Html Css Color HEX #ECC333 Saffron

📋 copy color: '#ECC333'

red 236 ◦ green 195 ◦ blue 51

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

Shades of Saffron #ECC333

Tints of Saffron #ECC333

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.46%

 BLUE value IS 51 (20.31% from 255) = 10.58%

R = 48.96%
G = 40.46%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECC333 (or 0xECC333) is known color: Saffron. HEX triplet: EC, C3 and 33. RGB value is (236,195,51). Sum of RGB (Red+Green+Blue) = 236+195+51=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC333 is #133CCC. Grayscale: #BFBFBF. Windows color (decimal): -1260749 or 3392492. OLE color: 3392492.

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

Color convert

RGB 236 195 51 -
CMYK 0 0.17 0.78 0.07
HSL 46.7º 0.83% 0.56% -
HSV(B) 46.7º 0.78% 0.93% -
XYZ 54.7 57.1 11.27 -
YUV 190.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 236 195 51 0 0.17 0.78 0.07 46.7 0.83 0.56
Hex EC C3 33 0 11 4E 7 2F 53 38
Octal 354 303 63 0 21 116 7 57 123 70
Binary 11101100 11000011 110011 0 10001 1001110 111 101111 1010011 111000

Color Harmonies of #ECC333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC333

Black with #ECC333

Text Example


Text Example

White with #ECC333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC333; }

 p { color: rgb(236,195,51); }

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

background-color css

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

 a { background-color: rgb(236,195,51); }

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

border-color css

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

 span { border-color: rgb(236,195,51); }

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