Html Css Color HEX #EEF970 Dolly

📋 copy color: '#EEF970'

red 238 ◦ green 249 ◦ blue 112

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

Shades of Dolly #EEF970

Tints of Dolly #EEF970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.57%

 BLUE value IS 112 (44.14% from 255) = 18.7%

R = 39.73%
G = 41.57%
B = 18.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#EEF970 (or 0xEEF970) is known color: Dolly. HEX triplet: EE, F9 and 70. RGB value is (238,249,112). Sum of RGB (Red+Green+Blue) = 238+249+112=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 112 (44.14% from 255 or 18.70% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF970 is #11068F. Grayscale: #E6E6E6. Windows color (decimal): -1115792 or 7404014. OLE color: 7404014.

HSL color Cylindrical-coordinate representation of color #EEF970: hue angle of 64.82º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEF970 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 249 112 -
CMYK 0.04 0 0.55 0.02
HSL 64.82º 0.92% 0.71% -
HSV(B) 64.82º 0.55% 0.98% -
XYZ 72.06 87.1 28.34 -
YUV 230.09 61.36 133.64 -
System Red Green Blue C M Y K H S L
Decimal 238 249 112 0.04 0 0.55 0.02 64.82 0.92 0.71
Hex EE F9 70 4 0 37 2 41 5C 47
Octal 356 371 160 4 0 67 2 101 134 107
Binary 11101110 11111001 1110000 100 0 110111 10 1000001 1011100 1000111

Color Harmonies of #EEF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF970

Black with #EEF970

Text Example


Text Example

White with #EEF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF970; }

 p { color: rgb(238,249,112); }

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

background-color css

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

 a { background-color: rgb(238,249,112); }

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

border-color css

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

 span { border-color: rgb(238,249,112); }

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