Html Css Color HEX #EEE285 Light Goldenrod

📋 copy color: '#EEE285'

red 238 ◦ green 226 ◦ blue 133

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

Shades of Light Goldenrod #EEE285

Tints of Light Goldenrod #EEE285

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.86%

 BLUE value IS 133 (52.34% from 255) = 22.28%

R = 39.87%
G = 37.86%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEE285 (or 0xEEE285) is known color: Light Goldenrod. HEX triplet: EE, E2 and 85. RGB value is (238,226,133). Sum of RGB (Red+Green+Blue) = 238+226+133=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE285 is #111D7A. Grayscale: #DBDBDB. Windows color (decimal): -1121659 or 8774382. OLE color: 8774382.

HSL color Cylindrical-coordinate representation of color #EEE285: hue angle of 53.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEE285 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 226 133 -
CMYK 0 0.05 0.44 0.07
HSL 53.14º 0.76% 0.73% -
HSV(B) 53.14º 0.44% 0.93% -
XYZ 66.69 74.26 33.01 -
YUV 218.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 238 226 133 0 0.05 0.44 0.07 53.14 0.76 0.73
Hex EE E2 85 0 5 2C 7 35 4C 49
Octal 356 342 205 0 5 54 7 65 114 111
Binary 11101110 11100010 10000101 0 101 101100 111 110101 1001100 1001001

Color Harmonies of #EEE285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE285

Black with #EEE285

Text Example


Text Example

White with #EEE285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE285; }

 p { color: rgb(238,226,133); }

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

background-color css

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

 a { background-color: rgb(238,226,133); }

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

border-color css

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

 span { border-color: rgb(238,226,133); }

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