Html Css Color HEX #ECC238 Saffron

📋 copy color: '#ECC238'

red 236 ◦ green 194 ◦ blue 56

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

Shades of Saffron #ECC238

Tints of Saffron #ECC238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.92%

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

R = 48.56%
G = 39.92%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ECC238 (or 0xECC238) is known color: Saffron. HEX triplet: EC, C2 and 38. RGB value is (236,194,56). Sum of RGB (Red+Green+Blue) = 236+194+56=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 56 (22.27% from 255 or 11.52% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC238 is #133DC7. Grayscale: #BFBFBF. Windows color (decimal): -1261000 or 3719916. OLE color: 3719916.

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

Color convert

RGB 236 194 56 -
CMYK 0 0.18 0.76 0.07
HSL 46º 0.83% 0.57% -
HSV(B) 46º 0.76% 0.93% -
XYZ 54.6 56.7 11.81 -
YUV 190.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 236 194 56 0 0.18 0.76 0.07 46 0.83 0.57
Hex EC C2 38 0 12 4C 7 2E 53 39
Octal 354 302 70 0 22 114 7 56 123 71
Binary 11101100 11000010 111000 0 10010 1001100 111 101110 1010011 111001

Color Harmonies of #ECC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC238

Black with #ECC238

Text Example


Text Example

White with #ECC238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC238; }

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

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

background-color css

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

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

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

border-color css

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

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

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