Html Css Color HEX #EFD376 Golden Glow

📋 copy color: '#EFD376'

red 239 ◦ green 211 ◦ blue 118

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

Shades of Golden Glow #EFD376

Tints of Golden Glow #EFD376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.77%

R = 42.08%
G = 37.15%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFD376 (or 0xEFD376) is known color: Golden Glow. HEX triplet: EF, D3 and 76. RGB value is (239,211,118). Sum of RGB (Red+Green+Blue) = 239+211+118=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD376 is #102C89. Grayscale: #D1D1D1. Windows color (decimal): -1059978 or 7787503. OLE color: 7787503.

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

Color convert

RGB 239 211 118 -
CMYK 0 0.12 0.51 0.06
HSL 46.12º 0.79% 0.7% -
HSV(B) 46.12º 0.51% 0.94% -
XYZ 62.16 66.25 26.65 -
YUV 208.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 239 211 118 0 0.12 0.51 0.06 46.12 0.79 0.7
Hex EF D3 76 0 C 33 6 2E 4F 46
Octal 357 323 166 0 14 63 6 56 117 106
Binary 11101111 11010011 1110110 0 1100 110011 110 101110 1001111 1000110

Color Harmonies of #EFD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD376

Black with #EFD376

Text Example


Text Example

White with #EFD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD376; }

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

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

background-color css

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

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

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

border-color css

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

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

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