Html Css Color HEX #ECBF3A Saffron

📋 copy color: '#ECBF3A'

red 236 ◦ green 191 ◦ blue 58

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

Shades of Saffron #ECBF3A

Tints of Saffron #ECBF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 39.38%

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

R = 48.66%
G = 39.38%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECBF3A (or 0xECBF3A) is known color: Saffron. HEX triplet: EC, BF and 3A. RGB value is (236,191,58). Sum of RGB (Red+Green+Blue) = 236+191+58=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF3A is #1340C5. Grayscale: #BDBDBD. Windows color (decimal): -1261766 or 3850220. OLE color: 3850220.

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

Color convert

RGB 236 191 58 -
CMYK 0 0.19 0.75 0.07
HSL 44.83º 0.82% 0.58% -
HSV(B) 44.83º 0.75% 0.93% -
XYZ 53.99 55.4 11.85 -
YUV 189.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 236 191 58 0 0.19 0.75 0.07 44.83 0.82 0.58
Hex EC BF 3A 0 13 4B 7 2D 52 3A
Octal 354 277 72 0 23 113 7 55 122 72
Binary 11101100 10111111 111010 0 10011 1001011 111 101101 1010010 111010

Color Harmonies of #ECBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF3A

Black with #ECBF3A

Text Example


Text Example

White with #ECBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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