Html Css Color HEX #EBDC03 Golden Yellow

📋 copy color: '#EBDC03'

red 235 ◦ green 220 ◦ blue 3

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

Shades of Golden Yellow #EBDC03

Tints of Golden Yellow #EBDC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.66%

R = 51.31%
G = 48.03%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBDC03 (or 0xEBDC03) is known color: Golden Yellow. HEX triplet: EB, DC and 03. RGB value is (235,220,3). Sum of RGB (Red+Green+Blue) = 235+220+3=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 3 (1.56% from 255 or 0.66% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC03 is #1423FC. Grayscale: #C8C8C8. Windows color (decimal): -1319933 or 253163. OLE color: 253163.

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

Color convert

RGB 235 220 3 -
CMYK 0 0.06 0.99 0.08
HSL 56.12º 0.97% 0.47% -
HSV(B) 56.12º 0.99% 0.92% -
XYZ 59.87 68.86 10.22 -
YUV 199.75 16.97 153.14 -
System Red Green Blue C M Y K H S L
Decimal 235 220 3 0 0.06 0.99 0.08 56.12 0.97 0.47
Hex EB DC 3 0 6 63 8 38 61 2F
Octal 353 334 3 0 6 143 10 70 141 57
Binary 11101011 11011100 11 0 110 1100011 1000 111000 1100001 101111

Color Harmonies of #EBDC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC03

Black with #EBDC03

Text Example


Text Example

White with #EBDC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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