Html Css Color HEX #EBDC09 Golden Yellow

📋 copy color: '#EBDC09'

red 235 ◦ green 220 ◦ blue 9

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

Shades of Golden Yellow #EBDC09

Tints of Golden Yellow #EBDC09

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 9 (3.91% from 255) = 1.94%

R = 50.65%
G = 47.41%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBDC09 (or 0xEBDC09) is known color: Golden Yellow. HEX triplet: EB, DC and 09. RGB value is (235,220,9). Sum of RGB (Red+Green+Blue) = 235+220+9=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 9 (3.91% from 255 or 1.94% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC09 is #1423F6. Grayscale: #C9C9C9. Windows color (decimal): -1319927 or 646379. OLE color: 646379.

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

Color convert

RGB 235 220 9 -
CMYK 0 0.06 0.96 0.08
HSL 56.02º 0.93% 0.48% -
HSV(B) 56.02º 0.96% 0.92% -
XYZ 59.9 68.87 10.39 -
YUV 200.43 19.97 152.66 -
System Red Green Blue C M Y K H S L
Decimal 235 220 9 0 0.06 0.96 0.08 56.02 0.93 0.48
Hex EB DC 9 0 6 60 8 38 5D 30
Octal 353 334 11 0 6 140 10 70 135 60
Binary 11101011 11011100 1001 0 110 1100000 1000 111000 1011101 110000

Color Harmonies of #EBDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC09

Black with #EBDC09

Text Example


Text Example

White with #EBDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC09; }

 p { color: rgb(235,220,9); }

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

background-color css

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

 a { background-color: rgb(235,220,9); }

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

border-color css

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

 span { border-color: rgb(235,220,9); }

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