Html Css Color HEX #EEE205 Golden Yellow

📋 copy color: '#EEE205'

red 238 ◦ green 226 ◦ blue 5

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

Shades of Golden Yellow #EEE205

Tints of Golden Yellow #EEE205

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.19%

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 50.75%
G = 48.19%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEE205 (or 0xEEE205) is known color: Golden Yellow. HEX triplet: EE, E2 and 05. RGB value is (238,226,5). Sum of RGB (Red+Green+Blue) = 238+226+5=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 5 (2.34% from 255 or 1.07% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE205 is #111DFA. Grayscale: #CDCDCD. Windows color (decimal): -1121787 or 385774. OLE color: 385774.

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

Color convert

RGB 238 226 5 -
CMYK 0 0.05 0.98 0.07
HSL 56.91º 0.96% 0.48% -
HSV(B) 56.91º 0.98% 0.93% -
XYZ 62.48 72.58 10.86 -
YUV 204.39 15.48 151.97 -
System Red Green Blue C M Y K H S L
Decimal 238 226 5 0 0.05 0.98 0.07 56.91 0.96 0.48
Hex EE E2 5 0 5 62 7 39 60 30
Octal 356 342 5 0 5 142 7 71 140 60
Binary 11101110 11100010 101 0 101 1100010 111 111001 1100000 110000

Color Harmonies of #EEE205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE205

Black with #EEE205

Text Example


Text Example

White with #EEE205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE205; }

 p { color: rgb(238,226,5); }

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

background-color css

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

 a { background-color: rgb(238,226,5); }

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

border-color css

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

 span { border-color: rgb(238,226,5); }

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