Html Css Color HEX #ECCB3A Saffron

📋 copy color: '#ECCB3A'

red 236 ◦ green 203 ◦ blue 58

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

Shades of Saffron #ECCB3A

Tints of Saffron #ECCB3A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.85%

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

R = 47.48%
G = 40.85%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECCB3A (or 0xECCB3A) is known color: Saffron. HEX triplet: EC, CB and 3A. RGB value is (236,203,58). Sum of RGB (Red+Green+Blue) = 236+203+58=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB3A is #1334C5. Grayscale: #C4C4C4. Windows color (decimal): -1258694 or 3853292. OLE color: 3853292.

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

Color convert

RGB 236 203 58 -
CMYK 0 0.14 0.75 0.07
HSL 48.88º 0.82% 0.58% -
HSV(B) 48.88º 0.75% 0.93% -
XYZ 56.71 60.85 12.76 -
YUV 196.34 49.93 156.29 -
System Red Green Blue C M Y K H S L
Decimal 236 203 58 0 0.14 0.75 0.07 48.88 0.82 0.58
Hex EC CB 3A 0 E 4B 7 31 52 3A
Octal 354 313 72 0 16 113 7 61 122 72
Binary 11101100 11001011 111010 0 1110 1001011 111 110001 1010010 111010

Color Harmonies of #ECCB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB3A

Black with #ECCB3A

Text Example


Text Example

White with #ECCB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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