Html Css Color HEX #EBDB09 Golden Yellow

📋 copy color: '#EBDB09'

red 235 ◦ green 219 ◦ blue 9

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

Shades of Golden Yellow #EBDB09

Tints of Golden Yellow #EBDB09

RGB

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

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

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

R = 50.76%
G = 47.3%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBDB09 (or 0xEBDB09) is known color: Golden Yellow. HEX triplet: EB, DB and 09. RGB value is (235,219,9). Sum of RGB (Red+Green+Blue) = 235+219+9=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 9 (3.91% from 255 or 1.94% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB09 is #1424F6. Grayscale: #C8C8C8. Windows color (decimal): -1320183 or 646123. OLE color: 646123.

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

Color convert

RGB 235 219 9 -
CMYK 0 0.07 0.96 0.08
HSL 55.75º 0.93% 0.48% -
HSV(B) 55.75º 0.96% 0.92% -
XYZ 59.64 68.34 10.31 -
YUV 199.84 20.3 153.08 -
System Red Green Blue C M Y K H S L
Decimal 235 219 9 0 0.07 0.96 0.08 55.75 0.93 0.48
Hex EB DB 9 0 7 60 8 38 5D 30
Octal 353 333 11 0 7 140 10 70 135 60
Binary 11101011 11011011 1001 0 111 1100000 1000 111000 1011101 110000

Color Harmonies of #EBDB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB09

Black with #EBDB09

Text Example


Text Example

White with #EBDB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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