Html Css Color HEX #EEF075 Dolly

📋 copy color: '#EEF075'

red 238 ◦ green 240 ◦ blue 117

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

Shades of Dolly #EEF075

Tints of Dolly #EEF075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.66%

R = 40%
G = 40.34%
B = 19.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EEF075 (or 0xEEF075) is known color: Dolly. HEX triplet: EE, F0 and 75. RGB value is (238,240,117). Sum of RGB (Red+Green+Blue) = 238+240+117=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF075 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF075 is #110F8A. Grayscale: #E1E1E1. Windows color (decimal): -1118091 or 7729390. OLE color: 7729390.

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

Color convert

RGB 238 240 117 -
CMYK 0.01 0 0.51 0.06
HSL 60.98º 0.8% 0.7% -
HSV(B) 60.98º 0.51% 0.94% -
XYZ 69.63 81.78 28.95 -
YUV 225.38 66.84 137 -
System Red Green Blue C M Y K H S L
Decimal 238 240 117 0.01 0 0.51 0.06 60.98 0.8 0.7
Hex EE F0 75 1 0 33 6 3D 50 46
Octal 356 360 165 1 0 63 6 75 120 106
Binary 11101110 11110000 1110101 1 0 110011 110 111101 1010000 1000110

Color Harmonies of #EEF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF075

Black with #EEF075

Text Example


Text Example

White with #EEF075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF075; }

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

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

background-color css

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

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

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

border-color css

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

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

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