Html Css Color HEX #EEED70 Dolly

📋 copy color: '#EEED70'

red 238 ◦ green 237 ◦ blue 112

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

Shades of Dolly #EEED70

Tints of Dolly #EEED70

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.37%

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

R = 40.55%
G = 40.37%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEED70 (or 0xEEED70) is known color: Dolly. HEX triplet: EE, ED and 70. RGB value is (238,237,112). Sum of RGB (Red+Green+Blue) = 238+237+112=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED70 is #11128F. Grayscale: #DFDFDF. Windows color (decimal): -1118864 or 7400942. OLE color: 7400942.

HSL color Cylindrical-coordinate representation of color #EEED70: hue angle of 59.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEED70 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 112 -
CMYK 0 0.00 0.53 0.07
HSL 59.52º 0.79% 0.69% -
HSV(B) 59.52º 0.53% 0.93% -
XYZ 68.47 79.92 27.15 -
YUV 223.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 238 237 112 0 0.00 0.53 0.07 59.52 0.79 0.69
Hex EE ED 70 0 0 35 7 3C 4F 45
Octal 356 355 160 0 0 65 7 74 117 105
Binary 11101110 11101101 1110000 0 0 110101 111 111100 1001111 1000101

Color Harmonies of #EEED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED70

Black with #EEED70

Text Example


Text Example

White with #EEED70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED70; }

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

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

background-color css

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

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

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

border-color css

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

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

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