Html Css Color HEX #EBE300 Golden Yellow

📋 copy color: '#EBE300'

red 235 ◦ green 227 ◦ blue 0

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

Shades of Golden Yellow #EBE300

Tints of Golden Yellow #EBE300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.87%
G = 49.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBE300 (or 0xEBE300) is known color: Golden Yellow. HEX triplet: EB, E3 and 00. RGB value is (235,227,0). Sum of RGB (Red+Green+Blue) = 235+227+0=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE300 is #141CFF. Grayscale: #CCCCCC. Windows color (decimal): -1318144 or 58347. OLE color: 58347.

HSL color Cylindrical-coordinate representation of color #EBE300: hue angle of 57.96º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBE300 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 227 0 -
CMYK 0 0.03 1 0.08
HSL 57.96º 1% 0.46% -
HSV(B) 57.96º 1% 0.92% -
XYZ 61.73 72.6 10.76 -
YUV 203.51 13.15 150.46 -
System Red Green Blue C M Y K H S L
Decimal 235 227 0 0 0.03 1 0.08 57.96 1 0.46
Hex EB E3 0 0 3 64 8 3A 64 2E
Octal 353 343 0 0 3 144 10 72 144 56
Binary 11101011 11100011 0 0 11 1100100 1000 111010 1100100 101110

Color Harmonies of #EBE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE300

Black with #EBE300

Text Example


Text Example

White with #EBE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE300; }

 p { color: rgb(235,227,0); }

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

background-color css

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

 a { background-color: rgb(235,227,0); }

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

border-color css

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

 span { border-color: rgb(235,227,0); }

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