Html Css Color HEX #ECC43B Saffron

📋 copy color: '#ECC43B'

red 236 ◦ green 196 ◦ blue 59

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

Shades of Saffron #ECC43B

Tints of Saffron #ECC43B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.02%

R = 48.07%
G = 39.92%
B = 12.02%

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

#ECC43B (or 0xECC43B) is known color: Saffron. HEX triplet: EC, C4 and 3B. RGB value is (236,196,59). Sum of RGB (Red+Green+Blue) = 236+196+59=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC43B is #133BC4. Grayscale: #C0C0C0. Windows color (decimal): -1260485 or 3917036. OLE color: 3917036.

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

Color convert

RGB 236 196 59 -
CMYK 0 0.17 0.75 0.07
HSL 46.44º 0.82% 0.58% -
HSV(B) 46.44º 0.75% 0.93% -
XYZ 55.12 57.63 12.36 -
YUV 192.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 236 196 59 0 0.17 0.75 0.07 46.44 0.82 0.58
Hex EC C4 3B 0 11 4B 7 2E 52 3A
Octal 354 304 73 0 21 113 7 56 122 72
Binary 11101100 11000100 111011 0 10001 1001011 111 101110 1010010 111010

Color Harmonies of #ECC43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC43B

Black with #ECC43B

Text Example


Text Example

White with #ECC43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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