Html Css Color HEX #EEE502 Golden Yellow

📋 copy color: '#EEE502'

red 238 ◦ green 229 ◦ blue 2

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

Shades of Golden Yellow #EEE502

Tints of Golden Yellow #EEE502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.83%

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

R = 50.75%
G = 48.83%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEE502 (or 0xEEE502) is known color: Golden Yellow. HEX triplet: EE, E5 and 02. RGB value is (238,229,2). Sum of RGB (Red+Green+Blue) = 238+229+2=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE502 is #111AFD. Grayscale: #CECECE. Windows color (decimal): -1121022 or 189934. OLE color: 189934.

HSL color Cylindrical-coordinate representation of color #EEE502: hue angle of 57.71º 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 #EEE502 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 229 2 -
CMYK 0 0.04 0.99 0.07
HSL 57.71º 0.98% 0.47% -
HSV(B) 57.71º 0.99% 0.93% -
XYZ 63.29 74.22 11.05 -
YUV 205.81 12.98 150.96 -
System Red Green Blue C M Y K H S L
Decimal 238 229 2 0 0.04 0.99 0.07 57.71 0.98 0.47
Hex EE E5 2 0 4 63 7 3A 62 2F
Octal 356 345 2 0 4 143 7 72 142 57
Binary 11101110 11100101 10 0 100 1100011 111 111010 1100010 101111

Color Harmonies of #EEE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE502

Black with #EEE502

Text Example


Text Example

White with #EEE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE502; }

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

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

background-color css

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

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

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

border-color css

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

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

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