Html Css Color HEX #ECC83A Saffron

📋 copy color: '#ECC83A'

red 236 ◦ green 200 ◦ blue 58

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

Shades of Saffron #ECC83A

Tints of Saffron #ECC83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.74%

R = 47.77%
G = 40.49%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECC83A (or 0xECC83A) is known color: Saffron. HEX triplet: EC, C8 and 3A. RGB value is (236,200,58). Sum of RGB (Red+Green+Blue) = 236+200+58=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC83A is #1337C5. Grayscale: #C3C3C3. Windows color (decimal): -1259462 or 3852524. OLE color: 3852524.

HSL color Cylindrical-coordinate representation of color #ECC83A: hue angle of 47.87º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECC83A is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 200 58 -
CMYK 0 0.15 0.75 0.07
HSL 47.87º 0.82% 0.58% -
HSV(B) 47.87º 0.75% 0.93% -
XYZ 56.01 59.45 12.53 -
YUV 194.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 236 200 58 0 0.15 0.75 0.07 47.87 0.82 0.58
Hex EC C8 3A 0 F 4B 7 30 52 3A
Octal 354 310 72 0 17 113 7 60 122 72
Binary 11101100 11001000 111010 0 1111 1001011 111 110000 1010010 111010

Color Harmonies of #ECC83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC83A

Black with #ECC83A

Text Example


Text Example

White with #ECC83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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