Html Css Color HEX #ECBE3C Saffron

📋 copy color: '#ECBE3C'

red 236 ◦ green 190 ◦ blue 60

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

Shades of Saffron #ECBE3C

Tints of Saffron #ECBE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.09%

 BLUE value IS 60 (23.83% from 255) = 12.35%

R = 48.56%
G = 39.09%
B = 12.35%

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

#ECBE3C (or 0xECBE3C) is known color: Saffron. HEX triplet: EC, BE and 3C. RGB value is (236,190,60). Sum of RGB (Red+Green+Blue) = 236+190+60=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE3C is #1341C3. Grayscale: #BDBDBD. Windows color (decimal): -1262020 or 3981036. OLE color: 3981036.

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

Color convert

RGB 236 190 60 -
CMYK 0 0.19 0.75 0.07
HSL 44.32º 0.82% 0.58% -
HSV(B) 44.32º 0.75% 0.93% -
XYZ 53.82 54.99 12.05 -
YUV 188.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 236 190 60 0 0.19 0.75 0.07 44.32 0.82 0.58
Hex EC BE 3C 0 13 4B 7 2C 52 3A
Octal 354 276 74 0 23 113 7 54 122 72
Binary 11101100 10111110 111100 0 10011 1001011 111 101100 1010010 111010

Color Harmonies of #ECBE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE3C

Black with #ECBE3C

Text Example


Text Example

White with #ECBE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE3C; }

 p { color: rgb(236,190,60); }

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

background-color css

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

 a { background-color: rgb(236,190,60); }

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

border-color css

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

 span { border-color: rgb(236,190,60); }

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