Html Css Color HEX #EEE702 Golden Yellow

📋 copy color: '#EEE702'

red 238 ◦ green 231 ◦ blue 2

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

Shades of Golden Yellow #EEE702

Tints of Golden Yellow #EEE702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.04%

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

R = 50.53%
G = 49.04%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEE702 (or 0xEEE702) is known color: Golden Yellow. HEX triplet: EE, E7 and 02. RGB value is (238,231,2). Sum of RGB (Red+Green+Blue) = 238+231+2=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 2 (1.17% from 255 or 0.42% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE702 is #1118FD. Grayscale: #CFCFCF. Windows color (decimal): -1120510 or 190446. OLE color: 190446.

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

Color convert

RGB 238 231 2 -
CMYK 0 0.03 0.99 0.07
HSL 58.22º 0.98% 0.47% -
HSV(B) 58.22º 0.99% 0.93% -
XYZ 63.85 75.33 11.23 -
YUV 206.99 12.32 150.12 -
System Red Green Blue C M Y K H S L
Decimal 238 231 2 0 0.03 0.99 0.07 58.22 0.98 0.47
Hex EE E7 2 0 3 63 7 3A 62 2F
Octal 356 347 2 0 3 143 7 72 142 57
Binary 11101110 11100111 10 0 11 1100011 111 111010 1100010 101111

Color Harmonies of #EEE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE702

Black with #EEE702

Text Example


Text Example

White with #EEE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE702; }

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

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

background-color css

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

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

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

border-color css

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

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

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