Html Css Color HEX #EEE002 Golden Yellow

📋 copy color: '#EEE002'

red 238 ◦ green 224 ◦ blue 2

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

Shades of Golden Yellow #EEE002

Tints of Golden Yellow #EEE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 51.29%
G = 48.28%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEE002 (or 0xEEE002) is known color: Golden Yellow. HEX triplet: EE, E0 and 02. RGB value is (238,224,2). Sum of RGB (Red+Green+Blue) = 238+224+2=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE002 is #111FFD. Grayscale: #CBCBCB. Windows color (decimal): -1122302 or 188654. OLE color: 188654.

HSL color Cylindrical-coordinate representation of color #EEE002: hue angle of 56.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEE002 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 224 2 -
CMYK 0 0.06 0.99 0.07
HSL 56.44º 0.98% 0.47% -
HSV(B) 56.44º 0.99% 0.93% -
XYZ 61.93 71.49 10.59 -
YUV 202.88 14.64 153.05 -
System Red Green Blue C M Y K H S L
Decimal 238 224 2 0 0.06 0.99 0.07 56.44 0.98 0.47
Hex EE E0 2 0 6 63 7 38 62 2F
Octal 356 340 2 0 6 143 7 70 142 57
Binary 11101110 11100000 10 0 110 1100011 111 111000 1100010 101111

Color Harmonies of #EEE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE002

Black with #EEE002

Text Example


Text Example

White with #EEE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE002; }

 p { color: rgb(238,224,2); }

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

background-color css

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

 a { background-color: rgb(238,224,2); }

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

border-color css

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

 span { border-color: rgb(238,224,2); }

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