Html Css Color HEX #EBC73B Saffron

📋 copy color: '#EBC73B'

red 235 ◦ green 199 ◦ blue 59

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

Shades of Saffron #EBC73B

Tints of Saffron #EBC73B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.37%

 BLUE value IS 59 (23.44% from 255) = 11.97%

R = 47.67%
G = 40.37%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBC73B (or 0xEBC73B) is known color: Saffron. HEX triplet: EB, C7 and 3B. RGB value is (235,199,59). Sum of RGB (Red+Green+Blue) = 235+199+59=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 59 (23.44% from 255 or 11.97% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC73B is #1438C4. Grayscale: #C2C2C2. Windows color (decimal): -1325253 or 3917803. OLE color: 3917803.

HSL color Cylindrical-coordinate representation of color #EBC73B: hue angle of 47.73º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBC73B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 59 -
CMYK 0 0.15 0.75 0.08
HSL 47.73º 0.81% 0.58% -
HSV(B) 47.73º 0.75% 0.92% -
XYZ 55.47 58.82 12.57 -
YUV 193.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 235 199 59 0 0.15 0.75 0.08 47.73 0.81 0.58
Hex EB C7 3B 0 F 4B 8 30 51 3A
Octal 353 307 73 0 17 113 10 60 121 72
Binary 11101011 11000111 111011 0 1111 1001011 1000 110000 1010001 111010

Color Harmonies of #EBC73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC73B

Black with #EBC73B

Text Example


Text Example

White with #EBC73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC73B; }

 p { color: rgb(235,199,59); }

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

background-color css

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

 a { background-color: rgb(235,199,59); }

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

border-color css

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

 span { border-color: rgb(235,199,59); }

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