Html Css Color HEX #EFD47A Golden Glow

📋 copy color: '#EFD47A'

red 239 ◦ green 212 ◦ blue 122

#EFD47A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Glow #EFD47A

Tints of Golden Glow #EFD47A

RGB

 RED value IS 239 (93.75% from 255) = 41.71%

 GREEN value IS 212 (83.2% from 255) = 37%

 BLUE value IS 122 (48.05% from 255) = 21.29%

R = 41.71%
G = 37%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFD47A (or 0xEFD47A) is known color: Golden Glow. HEX triplet: EF, D4 and 7A. RGB value is (239,212,122). Sum of RGB (Red+Green+Blue) = 239+212+122=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD47A is #102B85. Grayscale: #D2D2D2. Windows color (decimal): -1059718 or 8049903. OLE color: 8049903.

HSL color Cylindrical-coordinate representation of color #EFD47A: hue angle of 46.15º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFD47A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 122 -
CMYK 0 0.11 0.49 0.06
HSL 46.15º 0.79% 0.71% -
HSV(B) 46.15º 0.49% 0.94% -
XYZ 62.65 66.84 28.01 -
YUV 209.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 239 212 122 0 0.11 0.49 0.06 46.15 0.79 0.71
Hex EF D4 7A 0 B 31 6 2E 4F 47
Octal 357 324 172 0 13 61 6 56 117 107
Binary 11101111 11010100 1111010 0 1011 110001 110 101110 1001111 1000111

Color Harmonies of #EFD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD47A

Black with #EFD47A

Text Example


Text Example

White with #EFD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD47A; }

 p { color: rgb(239,212,122); }

 H1.HeaderClassName
 {
   color: #EFD47A;
 }
 .AnyTagClassName
 {
   color: #EFD47A;
 }
</style>

background-color css

<style>
 a { background-color: #EFD47A; }

 a { background-color: rgb(239,212,122); }

 div.DivClassName
 {
   background-color: #EFD47A;
 }
 .BgClassName
 {
   background-color: #EFD47A;
 }
</style>

border-color css

<style>
 span { border-color: #EFD47A; }

 span { border-color: rgb(239,212,122); }

 td.TdClassName
 {
   border-color: #EFD47A;
 }
 .TagClassName
 {
   border-color: #EFD47A;
 }
</style>