Html Css Color HEX #EBDD08 Golden Yellow

📋 copy color: '#EBDD08'

red 235 ◦ green 221 ◦ blue 8

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

Shades of Golden Yellow #EBDD08

Tints of Golden Yellow #EBDD08

RGB

 RED value IS 235 (92.19% from 255) = 50.65%

 GREEN value IS 221 (86.72% from 255) = 47.63%

 BLUE value IS 8 (3.52% from 255) = 1.72%

R = 50.65%
G = 47.63%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBDD08 (or 0xEBDD08) is known color: Golden Yellow. HEX triplet: EB, DD and 08. RGB value is (235,221,8). Sum of RGB (Red+Green+Blue) = 235+221+8=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 8 (3.52% from 255 or 1.72% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDD08 is #1422F7. Grayscale: #C9C9C9. Windows color (decimal): -1319672 or 581099. OLE color: 581099.

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

Color convert

RGB 235 221 8 -
CMYK 0 0.06 0.97 0.08
HSL 56.3º 0.93% 0.48% -
HSV(B) 56.3º 0.97% 0.92% -
XYZ 60.16 69.39 10.45 -
YUV 200.9 19.14 152.32 -
System Red Green Blue C M Y K H S L
Decimal 235 221 8 0 0.06 0.97 0.08 56.3 0.93 0.48
Hex EB DD 8 0 6 61 8 38 5D 30
Octal 353 335 10 0 6 141 10 70 135 60
Binary 11101011 11011101 1000 0 110 1100001 1000 111000 1011101 110000

Color Harmonies of #EBDD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD08

Black with #EBDD08

Text Example


Text Example

White with #EBDD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD08; }

 p { color: rgb(235,221,8); }

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

background-color css

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

 a { background-color: rgb(235,221,8); }

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

border-color css

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

 span { border-color: rgb(235,221,8); }

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