Html Css Color HEX #EBE304 Golden Yellow

📋 copy color: '#EBE304'

red 235 ◦ green 227 ◦ blue 4

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

Shades of Golden Yellow #EBE304

Tints of Golden Yellow #EBE304

RGB

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

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

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

R = 50.43%
G = 48.71%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBE304 (or 0xEBE304) is known color: Golden Yellow. HEX triplet: EB, E3 and 04. RGB value is (235,227,4). Sum of RGB (Red+Green+Blue) = 235+227+4=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 4 (1.95% from 255 or 0.86% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE304 is #141CFB. Grayscale: #CCCCCC. Windows color (decimal): -1318140 or 320491. OLE color: 320491.

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

Color convert

RGB 235 227 4 -
CMYK 0 0.03 0.98 0.08
HSL 57.92º 0.97% 0.47% -
HSV(B) 57.92º 0.98% 0.92% -
XYZ 61.75 72.61 10.88 -
YUV 203.97 15.15 150.13 -
System Red Green Blue C M Y K H S L
Decimal 235 227 4 0 0.03 0.98 0.08 57.92 0.97 0.47
Hex EB E3 4 0 3 62 8 3A 61 2F
Octal 353 343 4 0 3 142 10 72 141 57
Binary 11101011 11100011 100 0 11 1100010 1000 111010 1100001 101111

Color Harmonies of #EBE304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE304

Black with #EBE304

Text Example


Text Example

White with #EBE304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE304; }

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

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

background-color css

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

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

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

border-color css

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

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

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