Html Css Color HEX #EBE503 Golden Yellow

📋 copy color: '#EBE503'

red 235 ◦ green 229 ◦ blue 3

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

Shades of Golden Yellow #EBE503

Tints of Golden Yellow #EBE503

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.04%

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

R = 50.32%
G = 49.04%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBE503 (or 0xEBE503) is known color: Golden Yellow. HEX triplet: EB, E5 and 03. RGB value is (235,229,3). Sum of RGB (Red+Green+Blue) = 235+229+3=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 3 (1.56% from 255 or 0.64% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE503 is #141AFC. Grayscale: #CDCDCD. Windows color (decimal): -1317629 or 255467. OLE color: 255467.

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

Color convert

RGB 235 229 3 -
CMYK 0 0.03 0.99 0.08
HSL 58.45º 0.97% 0.47% -
HSV(B) 58.45º 0.99% 0.92% -
XYZ 62.3 73.71 11.03 -
YUV 205.03 13.99 149.38 -
System Red Green Blue C M Y K H S L
Decimal 235 229 3 0 0.03 0.99 0.08 58.45 0.97 0.47
Hex EB E5 3 0 3 63 8 3A 61 2F
Octal 353 345 3 0 3 143 10 72 141 57
Binary 11101011 11100101 11 0 11 1100011 1000 111010 1100001 101111

Color Harmonies of #EBE503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE503

Black with #EBE503

Text Example


Text Example

White with #EBE503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE503; }

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

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

background-color css

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

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

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

border-color css

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

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

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