Html Css Color HEX #EBE003 Golden Yellow

📋 copy color: '#EBE003'

red 235 ◦ green 224 ◦ blue 3

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

Shades of Golden Yellow #EBE003

Tints of Golden Yellow #EBE003

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.48%

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

R = 50.87%
G = 48.48%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBE003 (or 0xEBE003) is known color: Golden Yellow. HEX triplet: EB, E0 and 03. RGB value is (235,224,3). Sum of RGB (Red+Green+Blue) = 235+224+3=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 3 (1.56% from 255 or 0.65% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE003 is #141FFC. Grayscale: #CACACA. Windows color (decimal): -1318909 or 254187. OLE color: 254187.

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

Color convert

RGB 235 224 3 -
CMYK 0 0.05 0.99 0.08
HSL 57.16º 0.97% 0.47% -
HSV(B) 57.16º 0.99% 0.92% -
XYZ 60.93 70.98 10.58 -
YUV 202.1 15.64 151.47 -
System Red Green Blue C M Y K H S L
Decimal 235 224 3 0 0.05 0.99 0.08 57.16 0.97 0.47
Hex EB E0 3 0 5 63 8 39 61 2F
Octal 353 340 3 0 5 143 10 71 141 57
Binary 11101011 11100000 11 0 101 1100011 1000 111001 1100001 101111

Color Harmonies of #EBE003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE003

Black with #EBE003

Text Example


Text Example

White with #EBE003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE003; }

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

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

background-color css

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

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

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

border-color css

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

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

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