Html Css Color HEX #EBDB04 Golden Yellow

📋 copy color: '#EBDB04'

red 235 ◦ green 219 ◦ blue 4

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

Shades of Golden Yellow #EBDB04

Tints of Golden Yellow #EBDB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 51.31%
G = 47.82%
B = 0.87%

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

#EBDB04 (or 0xEBDB04) is known color: Golden Yellow. HEX triplet: EB, DB and 04. RGB value is (235,219,4). Sum of RGB (Red+Green+Blue) = 235+219+4=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB04 is #1424FB. Grayscale: #C8C8C8. Windows color (decimal): -1320188 or 318443. OLE color: 318443.

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

Color convert

RGB 235 219 4 -
CMYK 0 0.07 0.98 0.08
HSL 55.84º 0.97% 0.47% -
HSV(B) 55.84º 0.98% 0.92% -
XYZ 59.61 68.33 10.16 -
YUV 199.27 17.8 153.48 -
System Red Green Blue C M Y K H S L
Decimal 235 219 4 0 0.07 0.98 0.08 55.84 0.97 0.47
Hex EB DB 4 0 7 62 8 38 61 2F
Octal 353 333 4 0 7 142 10 70 141 57
Binary 11101011 11011011 100 0 111 1100010 1000 111000 1100001 101111

Color Harmonies of #EBDB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB04

Black with #EBDB04

Text Example


Text Example

White with #EBDB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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