Html Css Color HEX #ECC631 Saffron

📋 copy color: '#ECC631'

red 236 ◦ green 198 ◦ blue 49

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

Shades of Saffron #ECC631

Tints of Saffron #ECC631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.14%

R = 48.86%
G = 40.99%
B = 10.14%

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

#ECC631 (or 0xECC631) is known color: Saffron. HEX triplet: EC, C6 and 31. RGB value is (236,198,49). Sum of RGB (Red+Green+Blue) = 236+198+49=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC631 is #1339CE. Grayscale: #C1C1C1. Windows color (decimal): -1259983 or 3262188. OLE color: 3262188.

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

Color convert

RGB 236 198 49 -
CMYK 0 0.16 0.79 0.07
HSL 47.81º 0.83% 0.56% -
HSV(B) 47.81º 0.79% 0.93% -
XYZ 55.34 58.44 11.27 -
YUV 192.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 236 198 49 0 0.16 0.79 0.07 47.81 0.83 0.56
Hex EC C6 31 0 10 4F 7 30 53 38
Octal 354 306 61 0 20 117 7 60 123 70
Binary 11101100 11000110 110001 0 10000 1001111 111 110000 1010011 111000

Color Harmonies of #ECC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC631

Black with #ECC631

Text Example


Text Example

White with #ECC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC631; }

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

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

background-color css

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

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

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

border-color css

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

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

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