Html Css Color HEX #EBE103 Golden Yellow

📋 copy color: '#EBE103'

red 235 ◦ green 225 ◦ blue 3

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

Shades of Golden Yellow #EBE103

Tints of Golden Yellow #EBE103

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.6%

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

R = 50.76%
G = 48.6%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBE103 (or 0xEBE103) is known color: Golden Yellow. HEX triplet: EB, E1 and 03. RGB value is (235,225,3). Sum of RGB (Red+Green+Blue) = 235+225+3=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 3 (1.56% from 255 or 0.65% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE103 is #141EFC. Grayscale: #CBCBCB. Windows color (decimal): -1318653 or 254443. OLE color: 254443.

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

Color convert

RGB 235 225 3 -
CMYK 0 0.04 0.99 0.08
HSL 57.41º 0.97% 0.47% -
HSV(B) 57.41º 0.99% 0.92% -
XYZ 61.2 71.52 10.67 -
YUV 202.68 15.31 151.05 -
System Red Green Blue C M Y K H S L
Decimal 235 225 3 0 0.04 0.99 0.08 57.41 0.97 0.47
Hex EB E1 3 0 4 63 8 39 61 2F
Octal 353 341 3 0 4 143 10 71 141 57
Binary 11101011 11100001 11 0 100 1100011 1000 111001 1100001 101111

Color Harmonies of #EBE103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE103

Black with #EBE103

Text Example


Text Example

White with #EBE103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE103; }

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

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

background-color css

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

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

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

border-color css

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

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

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