Html Css Color HEX #EEF072 Dolly

📋 copy color: '#EEF072'

red 238 ◦ green 240 ◦ blue 114

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

Shades of Dolly #EEF072

Tints of Dolly #EEF072

RGB

 RED value IS 238 (93.36% from 255) = 40.2%

 GREEN value IS 240 (94.14% from 255) = 40.54%

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

R = 40.2%
G = 40.54%
B = 19.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EEF072 (or 0xEEF072) is known color: Dolly. HEX triplet: EE, F0 and 72. RGB value is (238,240,114). Sum of RGB (Red+Green+Blue) = 238+240+114=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 114 (44.92% from 255 or 19.26% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF072 is #110F8D. Grayscale: #E1E1E1. Windows color (decimal): -1118094 or 7532782. OLE color: 7532782.

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

Color convert

RGB 238 240 114 -
CMYK 0.01 0 0.52 0.06
HSL 60.95º 0.81% 0.69% -
HSV(B) 60.95º 0.53% 0.94% -
XYZ 69.46 81.71 28.03 -
YUV 225.04 65.34 137.25 -
System Red Green Blue C M Y K H S L
Decimal 238 240 114 0.01 0 0.52 0.06 60.95 0.81 0.69
Hex EE F0 72 1 0 34 6 3D 51 45
Octal 356 360 162 1 0 64 6 75 121 105
Binary 11101110 11110000 1110010 1 0 110100 110 111101 1010001 1000101

Color Harmonies of #EEF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF072

Black with #EEF072

Text Example


Text Example

White with #EEF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF072; }

 p { color: rgb(238,240,114); }

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

background-color css

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

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

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

border-color css

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

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

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