Html Css Color HEX #EBDB05 Golden Yellow

📋 copy color: '#EBDB05'

red 235 ◦ green 219 ◦ blue 5

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

Shades of Golden Yellow #EBDB05

Tints of Golden Yellow #EBDB05

RGB

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

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

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

R = 51.2%
G = 47.71%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBDB05 (or 0xEBDB05) is known color: Golden Yellow. HEX triplet: EB, DB and 05. RGB value is (235,219,5). Sum of RGB (Red+Green+Blue) = 235+219+5=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 5 (2.34% from 255 or 1.09% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB05 is #1424FA. Grayscale: #C8C8C8. Windows color (decimal): -1320187 or 383979. OLE color: 383979.

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

Color convert

RGB 235 219 5 -
CMYK 0 0.07 0.98 0.08
HSL 55.83º 0.96% 0.47% -
HSV(B) 55.83º 0.98% 0.92% -
XYZ 59.62 68.34 10.19 -
YUV 199.39 18.3 153.4 -
System Red Green Blue C M Y K H S L
Decimal 235 219 5 0 0.07 0.98 0.08 55.83 0.96 0.47
Hex EB DB 5 0 7 62 8 38 60 2F
Octal 353 333 5 0 7 142 10 70 140 57
Binary 11101011 11011011 101 0 111 1100010 1000 111000 1100000 101111

Color Harmonies of #EBDB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB05

Black with #EBDB05

Text Example


Text Example

White with #EBDB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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