Html Css Color HEX #ECC43D Saffron

📋 copy color: '#ECC43D'

red 236 ◦ green 196 ◦ blue 61

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

Shades of Saffron #ECC43D

Tints of Saffron #ECC43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.37%

R = 47.87%
G = 39.76%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ECC43D (or 0xECC43D) is known color: Saffron. HEX triplet: EC, C4 and 3D. RGB value is (236,196,61). Sum of RGB (Red+Green+Blue) = 236+196+61=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC43D is #133BC2. Grayscale: #C1C1C1. Windows color (decimal): -1260483 or 4048108. OLE color: 4048108.

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

Color convert

RGB 236 196 61 -
CMYK 0 0.17 0.74 0.07
HSL 46.29º 0.82% 0.58% -
HSV(B) 46.29º 0.74% 0.93% -
XYZ 55.17 57.65 12.63 -
YUV 192.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 236 196 61 0 0.17 0.74 0.07 46.29 0.82 0.58
Hex EC C4 3D 0 11 4A 7 2E 52 3A
Octal 354 304 75 0 21 112 7 56 122 72
Binary 11101100 11000100 111101 0 10001 1001010 111 101110 1010010 111010

Color Harmonies of #ECC43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC43D

Black with #ECC43D

Text Example


Text Example

White with #ECC43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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