Html Css Color HEX #EBC13B Saffron

📋 copy color: '#EBC13B'

red 235 ◦ green 193 ◦ blue 59

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

Shades of Saffron #EBC13B

Tints of Saffron #EBC13B

RGB

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

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

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

R = 48.25%
G = 39.63%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBC13B (or 0xEBC13B) is known color: Saffron. HEX triplet: EB, C1 and 3B. RGB value is (235,193,59). Sum of RGB (Red+Green+Blue) = 235+193+59=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC13B is #143EC4. Grayscale: #BEBEBE. Windows color (decimal): -1326789 or 3916267. OLE color: 3916267.

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

Color convert

RGB 235 193 59 -
CMYK 0 0.18 0.75 0.08
HSL 45.68º 0.81% 0.58% -
HSV(B) 45.68º 0.75% 0.92% -
XYZ 54.12 56.12 12.12 -
YUV 190.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 235 193 59 0 0.18 0.75 0.08 45.68 0.81 0.58
Hex EB C1 3B 0 12 4B 8 2E 51 3A
Octal 353 301 73 0 22 113 10 56 121 72
Binary 11101011 11000001 111011 0 10010 1001011 1000 101110 1010001 111010

Color Harmonies of #EBC13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC13B

Black with #EBC13B

Text Example


Text Example

White with #EBC13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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