Html Css Color HEX #EEDB06 Golden Yellow

📋 copy color: '#EEDB06'

red 238 ◦ green 219 ◦ blue 6

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

Shades of Golden Yellow #EEDB06

Tints of Golden Yellow #EEDB06

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.3%

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 51.4%
G = 47.3%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEDB06 (or 0xEEDB06) is known color: Golden Yellow. HEX triplet: EE, DB and 06. RGB value is (238,219,6). Sum of RGB (Red+Green+Blue) = 238+219+6=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 6 (2.73% from 255 or 1.30% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDB06 is #1124F9. Grayscale: #C9C9C9. Windows color (decimal): -1123578 or 449518. OLE color: 449518.

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

Color convert

RGB 238 219 6 -
CMYK 0 0.08 0.97 0.07
HSL 55.09º 0.95% 0.48% -
HSV(B) 55.09º 0.97% 0.93% -
XYZ 60.62 68.85 10.27 -
YUV 200.4 18.29 154.82 -
System Red Green Blue C M Y K H S L
Decimal 238 219 6 0 0.08 0.97 0.07 55.09 0.95 0.48
Hex EE DB 6 0 8 61 7 37 5F 30
Octal 356 333 6 0 10 141 7 67 137 60
Binary 11101110 11011011 110 0 1000 1100001 111 110111 1011111 110000

Color Harmonies of #EEDB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB06

Black with #EEDB06

Text Example


Text Example

White with #EEDB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB06; }

 p { color: rgb(238,219,6); }

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

background-color css

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

 a { background-color: rgb(238,219,6); }

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

border-color css

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

 span { border-color: rgb(238,219,6); }

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