Html Css Color HEX #EBE502 Golden Yellow

📋 copy color: '#EBE502'

red 235 ◦ green 229 ◦ blue 2

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

Shades of Golden Yellow #EBE502

Tints of Golden Yellow #EBE502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 50.43%
G = 49.14%
B = 0.43%

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

#EBE502 (or 0xEBE502) is known color: Golden Yellow. HEX triplet: EB, E5 and 02. RGB value is (235,229,2). Sum of RGB (Red+Green+Blue) = 235+229+2=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 2 (1.17% from 255 or 0.43% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE502 is #141AFD. Grayscale: #CDCDCD. Windows color (decimal): -1317630 or 189931. OLE color: 189931.

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

Color convert

RGB 235 229 2 -
CMYK 0 0.03 0.99 0.08
HSL 58.45º 0.98% 0.46% -
HSV(B) 58.45º 0.99% 0.92% -
XYZ 62.29 73.71 11 -
YUV 204.92 13.49 149.46 -
System Red Green Blue C M Y K H S L
Decimal 235 229 2 0 0.03 0.99 0.08 58.45 0.98 0.46
Hex EB E5 2 0 3 63 8 3A 62 2E
Octal 353 345 2 0 3 143 10 72 142 56
Binary 11101011 11100101 10 0 11 1100011 1000 111010 1100010 101110

Color Harmonies of #EBE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE502

Black with #EBE502

Text Example


Text Example

White with #EBE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE502; }

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

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

background-color css

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

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

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

border-color css

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

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

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