Html Css Color HEX #EBC538 Saffron

📋 copy color: '#EBC538'

red 235 ◦ green 197 ◦ blue 56

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

Shades of Saffron #EBC538

Tints of Saffron #EBC538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.37%

 BLUE value IS 56 (22.27% from 255) = 11.48%

R = 48.16%
G = 40.37%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EBC538 (or 0xEBC538) is known color: Saffron. HEX triplet: EB, C5 and 38. RGB value is (235,197,56). Sum of RGB (Red+Green+Blue) = 235+197+56=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC538 is #143AC7. Grayscale: #C0C0C0. Windows color (decimal): -1325768 or 3720683. OLE color: 3720683.

HSL color Cylindrical-coordinate representation of color #EBC538: hue angle of 47.26º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBC538 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 56 -
CMYK 0 0.16 0.76 0.08
HSL 47.26º 0.82% 0.57% -
HSV(B) 47.26º 0.76% 0.92% -
XYZ 54.94 57.88 12.02 -
YUV 192.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 235 197 56 0 0.16 0.76 0.08 47.26 0.82 0.57
Hex EB C5 38 0 10 4C 8 2F 52 39
Octal 353 305 70 0 20 114 10 57 122 71
Binary 11101011 11000101 111000 0 10000 1001100 1000 101111 1010010 111001

Color Harmonies of #EBC538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC538

Black with #EBC538

Text Example


Text Example

White with #EBC538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC538; }

 p { color: rgb(235,197,56); }

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

background-color css

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

 a { background-color: rgb(235,197,56); }

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

border-color css

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

 span { border-color: rgb(235,197,56); }

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