#ECC138

Color #ECC138 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #ECC138

Tints of Saffron #ECC138

Color information

#ECC138 (or 0xECC138) is unknown color: approx Saffron. HEX triplet: EC, C1 and 38. RGB value is (236,193,56). Sum of RGB (Red+Green+Blue) = 236+193+56=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC138 is #133EC7. Grayscale: #BEBEBE. Windows color (decimal): -1261256 or 3719660. OLE color: 3719660.

HSL color Cylindrical-coordinate representation of color #ECC138: hue angle of 45.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECC138 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB23619356-
CMYK00.180.760.07
HSL45.67º82.57%57.25%-
HSV(B)45.67º76.27%92.55%-
XYZ54.3856.2611.73-
YUV190.2452.25160.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 56 (22.27% from 255) = 11.55%
R=48.66%
G=39.79%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361935600.180.760.0745.6782.5757.25
HexECC1380124C72e5339
Octal3543017002211475612371
Binary111011001100000111100001001010011001111011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC138; }

 p { color: rgb(236,193,56); }

 H1.HeaderClassName
 {
   color: #ECC138;
 }
 .AnyTagClassName
 {
   color: #ECC138;
 }
</style>
background-color css

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

 a { background-color: rgb(236,193,56); }

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

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

 span { border-color: rgb(236,193,56); }

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