Html Css Color HEX #ECC638 Saffron

📋 copy color: '#ECC638'

red 236 ◦ green 198 ◦ blue 56

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

Shades of Saffron #ECC638

Tints of Saffron #ECC638

RGB

 RED value IS 236 (92.58% from 255) = 48.16%

 GREEN value IS 198 (77.73% from 255) = 40.41%

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

R = 48.16%
G = 40.41%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ECC638 (or 0xECC638) is known color: Saffron. HEX triplet: EC, C6 and 38. RGB value is (236,198,56). Sum of RGB (Red+Green+Blue) = 236+198+56=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC638 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC638 is #1339C7. Grayscale: #C1C1C1. Windows color (decimal): -1259976 or 3720940. OLE color: 3720940.

HSL color Cylindrical-coordinate representation of color #ECC638: hue angle of 47.33º 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 #ECC638 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 198 56 -
CMYK 0 0.16 0.76 0.07
HSL 47.33º 0.83% 0.57% -
HSV(B) 47.33º 0.76% 0.93% -
XYZ 55.5 58.51 12.11 -
YUV 193.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 236 198 56 0 0.16 0.76 0.07 47.33 0.83 0.57
Hex EC C6 38 0 10 4C 7 2F 53 39
Octal 354 306 70 0 20 114 7 57 123 71
Binary 11101100 11000110 111000 0 10000 1001100 111 101111 1010011 111001

Color Harmonies of #ECC638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC638

Black with #ECC638

Text Example


Text Example

White with #ECC638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC638; }

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

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

background-color css

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

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

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

border-color css

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

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

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