Html Css Color HEX #ECC838 Saffron

📋 copy color: '#ECC838'

red 236 ◦ green 200 ◦ blue 56

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

Shades of Saffron #ECC838

Tints of Saffron #ECC838

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.65%

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

R = 47.97%
G = 40.65%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ECC838 (or 0xECC838) is known color: Saffron. HEX triplet: EC, C8 and 38. RGB value is (236,200,56). Sum of RGB (Red+Green+Blue) = 236+200+56=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC838 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC838 is #1337C7. Grayscale: #C2C2C2. Windows color (decimal): -1259464 or 3721452. OLE color: 3721452.

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

Color convert

RGB 236 200 56 -
CMYK 0 0.15 0.76 0.07
HSL 48º 0.83% 0.57% -
HSV(B) 48º 0.76% 0.93% -
XYZ 55.96 59.43 12.26 -
YUV 194.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 236 200 56 0 0.15 0.76 0.07 48 0.83 0.57
Hex EC C8 38 0 F 4C 7 30 53 39
Octal 354 310 70 0 17 114 7 60 123 71
Binary 11101100 11001000 111000 0 1111 1001100 111 110000 1010011 111001

Color Harmonies of #ECC838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC838

Black with #ECC838

Text Example


Text Example

White with #ECC838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC838; }

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

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

background-color css

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

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

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

border-color css

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

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

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