Html Css Color HEX #EBDC04 Golden Yellow

📋 copy color: '#EBDC04'

red 235 ◦ green 220 ◦ blue 4

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

Shades of Golden Yellow #EBDC04

Tints of Golden Yellow #EBDC04

RGB

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

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

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

R = 51.2%
G = 47.93%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBDC04 (or 0xEBDC04) is known color: Golden Yellow. HEX triplet: EB, DC and 04. RGB value is (235,220,4). Sum of RGB (Red+Green+Blue) = 235+220+4=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 4 (1.95% from 255 or 0.87% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC04 is #1423FB. Grayscale: #C8C8C8. Windows color (decimal): -1319932 or 318699. OLE color: 318699.

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

Color convert

RGB 235 220 4 -
CMYK 0 0.06 0.98 0.08
HSL 56.1º 0.97% 0.47% -
HSV(B) 56.1º 0.98% 0.92% -
XYZ 59.88 68.86 10.25 -
YUV 199.86 17.47 153.06 -
System Red Green Blue C M Y K H S L
Decimal 235 220 4 0 0.06 0.98 0.08 56.1 0.97 0.47
Hex EB DC 4 0 6 62 8 38 61 2F
Octal 353 334 4 0 6 142 10 70 141 57
Binary 11101011 11011100 100 0 110 1100010 1000 111000 1100001 101111

Color Harmonies of #EBDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC04

Black with #EBDC04

Text Example


Text Example

White with #EBDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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