Html Css Color HEX #EEF074 Dolly

📋 copy color: '#EEF074'

red 238 ◦ green 240 ◦ blue 116

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

Shades of Dolly #EEF074

Tints of Dolly #EEF074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.53%

R = 40.07%
G = 40.4%
B = 19.53%

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

#EEF074 (or 0xEEF074) is known color: Dolly. HEX triplet: EE, F0 and 74. RGB value is (238,240,116). Sum of RGB (Red+Green+Blue) = 238+240+116=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF074 is #110F8B. Grayscale: #E1E1E1. Windows color (decimal): -1118092 or 7663854. OLE color: 7663854.

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

Color convert

RGB 238 240 116 -
CMYK 0.01 0 0.52 0.06
HSL 60.97º 0.81% 0.7% -
HSV(B) 60.97º 0.52% 0.94% -
XYZ 69.57 81.76 28.64 -
YUV 225.27 66.34 137.08 -
System Red Green Blue C M Y K H S L
Decimal 238 240 116 0.01 0 0.52 0.06 60.97 0.81 0.7
Hex EE F0 74 1 0 34 6 3D 51 46
Octal 356 360 164 1 0 64 6 75 121 106
Binary 11101110 11110000 1110100 1 0 110100 110 111101 1010001 1000110

Color Harmonies of #EEF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF074

Black with #EEF074

Text Example


Text Example

White with #EEF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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