Html Css Color HEX #ECC630 Saffron

📋 copy color: '#ECC630'

red 236 ◦ green 198 ◦ blue 48

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

Shades of Saffron #ECC630

Tints of Saffron #ECC630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.96%

R = 48.96%
G = 41.08%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECC630 (or 0xECC630) is known color: Saffron. HEX triplet: EC, C6 and 30. RGB value is (236,198,48). Sum of RGB (Red+Green+Blue) = 236+198+48=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC630 is #1339CF. Grayscale: #C0C0C0. Windows color (decimal): -1259984 or 3196652. OLE color: 3196652.

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

Color convert

RGB 236 198 48 -
CMYK 0 0.16 0.80 0.07
HSL 47.87º 0.83% 0.56% -
HSV(B) 47.87º 0.8% 0.93% -
XYZ 55.32 58.43 11.16 -
YUV 192.26 46.59 159.2 -
System Red Green Blue C M Y K H S L
Decimal 236 198 48 0 0.16 0.80 0.07 47.87 0.83 0.56
Hex EC C6 30 0 10 50 7 30 53 38
Octal 354 306 60 0 20 120 7 60 123 70
Binary 11101100 11000110 110000 0 10000 1010000 111 110000 1010011 111000

Color Harmonies of #ECC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC630

Black with #ECC630

Text Example


Text Example

White with #ECC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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