Html Css Color HEX #EBC13C Saffron

📋 copy color: '#EBC13C'

red 235 ◦ green 193 ◦ blue 60

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

Shades of Saffron #EBC13C

Tints of Saffron #EBC13C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.55%

 BLUE value IS 60 (23.83% from 255) = 12.3%

R = 48.16%
G = 39.55%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBC13C (or 0xEBC13C) is known color: Saffron. HEX triplet: EB, C1 and 3C. RGB value is (235,193,60). Sum of RGB (Red+Green+Blue) = 235+193+60=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC13C is #143EC3. Grayscale: #BEBEBE. Windows color (decimal): -1326788 or 3981803. OLE color: 3981803.

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

Color convert

RGB 235 193 60 -
CMYK 0 0.18 0.74 0.08
HSL 45.6º 0.81% 0.58% -
HSV(B) 45.6º 0.74% 0.92% -
XYZ 54.15 56.13 12.25 -
YUV 190.4 54.41 159.81 -
System Red Green Blue C M Y K H S L
Decimal 235 193 60 0 0.18 0.74 0.08 45.6 0.81 0.58
Hex EB C1 3C 0 12 4A 8 2E 51 3A
Octal 353 301 74 0 22 112 10 56 121 72
Binary 11101011 11000001 111100 0 10010 1001010 1000 101110 1010001 111010

Color Harmonies of #EBC13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC13C

Black with #EBC13C

Text Example


Text Example

White with #EBC13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC13C; }

 p { color: rgb(235,193,60); }

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

background-color css

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

 a { background-color: rgb(235,193,60); }

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

border-color css

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

 span { border-color: rgb(235,193,60); }

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