Html Css Color HEX #ECC632 Saffron

📋 copy color: '#ECC632'

red 236 ◦ green 198 ◦ blue 50

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

Shades of Saffron #ECC632

Tints of Saffron #ECC632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.33%

R = 48.76%
G = 40.91%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECC632 (or 0xECC632) is known color: Saffron. HEX triplet: EC, C6 and 32. RGB value is (236,198,50). Sum of RGB (Red+Green+Blue) = 236+198+50=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC632 is #1339CD. Grayscale: #C1C1C1. Windows color (decimal): -1259982 or 3327724. OLE color: 3327724.

HSL color Cylindrical-coordinate representation of color #ECC632: hue angle of 47.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECC632 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 198 50 -
CMYK 0 0.16 0.79 0.07
HSL 47.74º 0.83% 0.56% -
HSV(B) 47.74º 0.79% 0.93% -
XYZ 55.36 58.45 11.38 -
YUV 192.49 47.59 159.03 -
System Red Green Blue C M Y K H S L
Decimal 236 198 50 0 0.16 0.79 0.07 47.74 0.83 0.56
Hex EC C6 32 0 10 4F 7 30 53 38
Octal 354 306 62 0 20 117 7 60 123 70
Binary 11101100 11000110 110010 0 10000 1001111 111 110000 1010011 111000

Color Harmonies of #ECC632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC632

Black with #ECC632

Text Example


Text Example

White with #ECC632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC632; }

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

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

background-color css

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

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

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

border-color css

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

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

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