Html Css Color HEX #ECC43A Saffron

📋 copy color: '#ECC43A'

red 236 ◦ green 196 ◦ blue 58

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

Shades of Saffron #ECC43A

Tints of Saffron #ECC43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.84%

R = 48.16%
G = 40%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECC43A (or 0xECC43A) is known color: Saffron. HEX triplet: EC, C4 and 3A. RGB value is (236,196,58). Sum of RGB (Red+Green+Blue) = 236+196+58=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC43A is #133BC5. Grayscale: #C0C0C0. Windows color (decimal): -1260486 or 3851500. OLE color: 3851500.

HSL color Cylindrical-coordinate representation of color #ECC43A: hue angle of 46.52º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECC43A is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 196 58 -
CMYK 0 0.17 0.75 0.07
HSL 46.52º 0.82% 0.58% -
HSV(B) 46.52º 0.75% 0.93% -
XYZ 55.1 57.62 12.22 -
YUV 192.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 236 196 58 0 0.17 0.75 0.07 46.52 0.82 0.58
Hex EC C4 3A 0 11 4B 7 2F 52 3A
Octal 354 304 72 0 21 113 7 57 122 72
Binary 11101100 11000100 111010 0 10001 1001011 111 101111 1010010 111010

Color Harmonies of #ECC43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC43A

Black with #ECC43A

Text Example


Text Example

White with #ECC43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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