Html Css Color HEX #ECC338 Saffron

📋 copy color: '#ECC338'

red 236 ◦ green 195 ◦ blue 56

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

Shades of Saffron #ECC338

Tints of Saffron #ECC338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.5%

R = 48.46%
G = 40.04%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ECC338 (or 0xECC338) is known color: Saffron. HEX triplet: EC, C3 and 38. RGB value is (236,195,56). Sum of RGB (Red+Green+Blue) = 236+195+56=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC338 is #133CC7. Grayscale: #C0C0C0. Windows color (decimal): -1260744 or 3720172. OLE color: 3720172.

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

Color convert

RGB 236 195 56 -
CMYK 0 0.17 0.76 0.07
HSL 46.33º 0.83% 0.57% -
HSV(B) 46.33º 0.76% 0.93% -
XYZ 54.82 57.15 11.88 -
YUV 191.41 51.58 159.8 -
System Red Green Blue C M Y K H S L
Decimal 236 195 56 0 0.17 0.76 0.07 46.33 0.83 0.57
Hex EC C3 38 0 11 4C 7 2E 53 39
Octal 354 303 70 0 21 114 7 56 123 71
Binary 11101100 11000011 111000 0 10001 1001100 111 101110 1010011 111001

Color Harmonies of #ECC338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC338

Black with #ECC338

Text Example


Text Example

White with #ECC338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC338; }

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

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

background-color css

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

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

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

border-color css

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

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

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