Html Css Color HEX #EFD278 Golden Glow

📋 copy color: '#EFD278'

red 239 ◦ green 210 ◦ blue 120

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

Shades of Golden Glow #EFD278

Tints of Golden Glow #EFD278

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.91%

 BLUE value IS 120 (47.27% from 255) = 21.09%

R = 42%
G = 36.91%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFD278 (or 0xEFD278) is known color: Golden Glow. HEX triplet: EF, D2 and 78. RGB value is (239,210,120). Sum of RGB (Red+Green+Blue) = 239+210+120=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD278 is #102D87. Grayscale: #D0D0D0. Windows color (decimal): -1060232 or 7918319. OLE color: 7918319.

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

Color convert

RGB 239 210 120 -
CMYK 0 0.12 0.50 0.06
HSL 45.38º 0.79% 0.7% -
HSV(B) 45.38º 0.5% 0.94% -
XYZ 62.03 65.8 27.2 -
YUV 208.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 239 210 120 0 0.12 0.50 0.06 45.38 0.79 0.7
Hex EF D2 78 0 C 32 6 2D 4F 46
Octal 357 322 170 0 14 62 6 55 117 106
Binary 11101111 11010010 1111000 0 1100 110010 110 101101 1001111 1000110

Color Harmonies of #EFD278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD278

Black with #EFD278

Text Example


Text Example

White with #EFD278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD278; }

 p { color: rgb(239,210,120); }

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

background-color css

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

 a { background-color: rgb(239,210,120); }

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

border-color css

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

 span { border-color: rgb(239,210,120); }

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