Html Css Color HEX #ECC733 Saffron

📋 copy color: '#ECC733'

red 236 ◦ green 199 ◦ blue 51

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

Shades of Saffron #ECC733

Tints of Saffron #ECC733

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.95%

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

R = 48.56%
G = 40.95%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECC733 (or 0xECC733) is known color: Saffron. HEX triplet: EC, C7 and 33. RGB value is (236,199,51). Sum of RGB (Red+Green+Blue) = 236+199+51=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC733 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC733 is #1338CC. Grayscale: #C1C1C1. Windows color (decimal): -1259725 or 3393516. OLE color: 3393516.

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

Color convert

RGB 236 199 51 -
CMYK 0 0.16 0.78 0.07
HSL 48º 0.83% 0.56% -
HSV(B) 48º 0.78% 0.93% -
XYZ 55.61 58.92 11.57 -
YUV 193.19 47.76 158.53 -
System Red Green Blue C M Y K H S L
Decimal 236 199 51 0 0.16 0.78 0.07 48 0.83 0.56
Hex EC C7 33 0 10 4E 7 30 53 38
Octal 354 307 63 0 20 116 7 60 123 70
Binary 11101100 11000111 110011 0 10000 1001110 111 110000 1010011 111000

Color Harmonies of #ECC733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC733

Black with #ECC733

Text Example


Text Example

White with #ECC733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC733; }

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

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

background-color css

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

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

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

border-color css

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

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

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