Html Css Color HEX #EEE600 Golden Yellow

📋 copy color: '#EEE600'

red 238 ◦ green 230 ◦ blue 0

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

Shades of Golden Yellow #EEE600

Tints of Golden Yellow #EEE600

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.15%

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

R = 50.85%
G = 49.15%
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

#EEE600 (or 0xEEE600) is known color: Golden Yellow. HEX triplet: EE, E6 and 00. RGB value is (238,230,0). Sum of RGB (Red+Green+Blue) = 238+230+0=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE600 is #1119FF. Grayscale: #CFCFCF. Windows color (decimal): -1120768 or 59118. OLE color: 59118.

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

Color convert

RGB 238 230 0 -
CMYK 0 0.03 1 0.07
HSL 57.98º 1% 0.47% -
HSV(B) 57.98º 1% 0.93% -
XYZ 63.56 74.77 11.08 -
YUV 206.17 11.65 150.7 -
System Red Green Blue C M Y K H S L
Decimal 238 230 0 0 0.03 1 0.07 57.98 1 0.47
Hex EE E6 0 0 3 64 7 3A 64 2F
Octal 356 346 0 0 3 144 7 72 144 57
Binary 11101110 11100110 0 0 11 1100100 111 111010 1100100 101111

Color Harmonies of #EEE600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE600

Black with #EEE600

Text Example


Text Example

White with #EEE600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE600; }

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

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

background-color css

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

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

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

border-color css

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

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

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