Html Css Color HEX #EEE700 Golden Yellow

📋 copy color: '#EEE700'

red 238 ◦ green 231 ◦ blue 0

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

Shades of Golden Yellow #EEE700

Tints of Golden Yellow #EEE700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.75%
G = 49.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEE700 (or 0xEEE700) is known color: Golden Yellow. HEX triplet: EE, E7 and 00. RGB value is (238,231,0). Sum of RGB (Red+Green+Blue) = 238+231+0=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 0 (0.39% from 255 or 0% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE700 is #1118FF. Grayscale: #CFCFCF. Windows color (decimal): -1120512 or 59374. OLE color: 59374.

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

Color convert

RGB 238 231 0 -
CMYK 0 0.03 1 0.07
HSL 58.24º 1% 0.47% -
HSV(B) 58.24º 1% 0.93% -
XYZ 63.84 75.33 11.18 -
YUV 206.76 11.32 150.28 -
System Red Green Blue C M Y K H S L
Decimal 238 231 0 0 0.03 1 0.07 58.24 1 0.47
Hex EE E7 0 0 3 64 7 3A 64 2F
Octal 356 347 0 0 3 144 7 72 144 57
Binary 11101110 11100111 0 0 11 1100100 111 111010 1100100 101111

Color Harmonies of #EEE700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE700

Black with #EEE700

Text Example


Text Example

White with #EEE700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE700; }

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

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

background-color css

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

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

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

border-color css

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

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

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