Html Css Color HEX #EFD37C Golden Glow

📋 copy color: '#EFD37C'

red 239 ◦ green 211 ◦ blue 124

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

Shades of Golden Glow #EFD37C

Tints of Golden Glow #EFD37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.76%

 BLUE value IS 124 (48.83% from 255) = 21.6%

R = 41.64%
G = 36.76%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFD37C (or 0xEFD37C) is known color: Golden Glow. HEX triplet: EF, D3 and 7C. RGB value is (239,211,124). Sum of RGB (Red+Green+Blue) = 239+211+124=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD37C is #102C83. Grayscale: #D1D1D1. Windows color (decimal): -1059972 or 8180719. OLE color: 8180719.

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

Color convert

RGB 239 211 124 -
CMYK 0 0.12 0.48 0.06
HSL 45.39º 0.78% 0.71% -
HSV(B) 45.39º 0.48% 0.94% -
XYZ 62.53 66.39 28.59 -
YUV 209.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 239 211 124 0 0.12 0.48 0.06 45.39 0.78 0.71
Hex EF D3 7C 0 C 30 6 2D 4E 47
Octal 357 323 174 0 14 60 6 55 116 107
Binary 11101111 11010011 1111100 0 1100 110000 110 101101 1001110 1000111

Color Harmonies of #EFD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD37C

Black with #EFD37C

Text Example


Text Example

White with #EFD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD37C; }

 p { color: rgb(239,211,124); }

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

background-color css

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

 a { background-color: rgb(239,211,124); }

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

border-color css

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

 span { border-color: rgb(239,211,124); }

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