Html Css Color HEX #EFE872 Dolly

📋 copy color: '#EFE872'

red 239 ◦ green 232 ◦ blue 114

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

Shades of Dolly #EFE872

Tints of Dolly #EFE872

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.66%

 BLUE value IS 114 (44.92% from 255) = 19.49%

R = 40.85%
G = 39.66%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFE872 (or 0xEFE872) is known color: Dolly. HEX triplet: EF, E8 and 72. RGB value is (239,232,114). Sum of RGB (Red+Green+Blue) = 239+232+114=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 114 (44.92% from 255 or 19.49% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE872 is #10178D. Grayscale: #DDDDDD. Windows color (decimal): -1054606 or 7530735. OLE color: 7530735.

HSL color Cylindrical-coordinate representation of color #EFE872: hue angle of 56.64º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFE872 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 114 -
CMYK 0 0.03 0.52 0.06
HSL 56.64º 0.8% 0.69% -
HSV(B) 56.64º 0.52% 0.94% -
XYZ 67.49 77.28 27.28 -
YUV 220.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 239 232 114 0 0.03 0.52 0.06 56.64 0.8 0.69
Hex EF E8 72 0 3 34 6 39 50 45
Octal 357 350 162 0 3 64 6 71 120 105
Binary 11101111 11101000 1110010 0 11 110100 110 111001 1010000 1000101

Color Harmonies of #EFE872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE872

Black with #EFE872

Text Example


Text Example

White with #EFE872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE872; }

 p { color: rgb(239,232,114); }

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

background-color css

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

 a { background-color: rgb(239,232,114); }

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

border-color css

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

 span { border-color: rgb(239,232,114); }

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