Html Css Color HEX #ECC438 Saffron

📋 copy color: '#ECC438'

red 236 ◦ green 196 ◦ blue 56

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

Shades of Saffron #ECC438

Tints of Saffron #ECC438

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.16%

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

R = 48.36%
G = 40.16%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ECC438 (or 0xECC438) is known color: Saffron. HEX triplet: EC, C4 and 38. RGB value is (236,196,56). Sum of RGB (Red+Green+Blue) = 236+196+56=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC438 is #133BC7. Grayscale: #C0C0C0. Windows color (decimal): -1260488 or 3720428. OLE color: 3720428.

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

Color convert

RGB 236 196 56 -
CMYK 0 0.17 0.76 0.07
HSL 46.67º 0.83% 0.57% -
HSV(B) 46.67º 0.76% 0.93% -
XYZ 55.05 57.6 11.96 -
YUV 192 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 236 196 56 0 0.17 0.76 0.07 46.67 0.83 0.57
Hex EC C4 38 0 11 4C 7 2F 53 39
Octal 354 304 70 0 21 114 7 57 123 71
Binary 11101100 11000100 111000 0 10001 1001100 111 101111 1010011 111001

Color Harmonies of #ECC438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC438

Black with #ECC438

Text Example


Text Example

White with #ECC438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC438; }

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

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

background-color css

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

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

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

border-color css

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

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

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