Html Css Color HEX #EFEF72 Dolly

📋 copy color: '#EFEF72'

red 239 ◦ green 239 ◦ blue 114

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

Shades of Dolly #EFEF72

Tints of Dolly #EFEF72

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.37%

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

R = 40.37%
G = 40.37%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFEF72 (or 0xEFEF72) is known color: Dolly. HEX triplet: EF, EF and 72. RGB value is (239,239,114). Sum of RGB (Red+Green+Blue) = 239+239+114=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 114 (44.92% from 255 or 19.26% from 592); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF72 is #10108D. Grayscale: #E1E1E1. Windows color (decimal): -1052814 or 7532527. OLE color: 7532527.

HSL color Cylindrical-coordinate representation of color #EFEF72: hue angle of 60º 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 #EFEF72 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 114 -
CMYK 0 0 0.52 0.06
HSL 60º 0.8% 0.69% -
HSV(B) 60º 0.52% 0.94% -
XYZ 69.5 81.3 27.95 -
YUV 224.75 65.5 138.16 -
System Red Green Blue C M Y K H S L
Decimal 239 239 114 0 0 0.52 0.06 60 0.8 0.69
Hex EF EF 72 0 0 34 6 3C 50 45
Octal 357 357 162 0 0 64 6 74 120 105
Binary 11101111 11101111 1110010 0 0 110100 110 111100 1010000 1000101

Color Harmonies of #EFEF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF72

Black with #EFEF72

Text Example


Text Example

White with #EFEF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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