Html Css Color HEX #ECA64F Casablanca

📋 copy color: '#ECA64F'

red 236 ◦ green 166 ◦ blue 79

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

Shades of Casablanca #ECA64F

Tints of Casablanca #ECA64F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.51%

 BLUE value IS 79 (31.25% from 255) = 16.42%

R = 49.06%
G = 34.51%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECA64F (or 0xECA64F) is known color: Casablanca. HEX triplet: EC, A6 and 4F. RGB value is (236,166,79). Sum of RGB (Red+Green+Blue) = 236+166+79=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA64F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA64F is #1359B0. Grayscale: #B1B1B1. Windows color (decimal): -1268145 or 5220076. OLE color: 5220076.

HSL color Cylindrical-coordinate representation of color #ECA64F: hue angle of 33.25º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECA64F is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 166 79 -
CMYK 0 0.30 0.67 0.07
HSL 33.25º 0.81% 0.62% -
HSV(B) 33.25º 0.67% 0.93% -
XYZ 49.64 45.67 13.6 -
YUV 177.01 72.69 170.07 -
System Red Green Blue C M Y K H S L
Decimal 236 166 79 0 0.30 0.67 0.07 33.25 0.81 0.62
Hex EC A6 4F 0 1E 43 7 21 51 3E
Octal 354 246 117 0 36 103 7 41 121 76
Binary 11101100 10100110 1001111 0 11110 1000011 111 100001 1010001 111110

Color Harmonies of #ECA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA64F

Black with #ECA64F

Text Example


Text Example

White with #ECA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA64F; }

 p { color: rgb(236,166,79); }

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

background-color css

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

 a { background-color: rgb(236,166,79); }

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

border-color css

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

 span { border-color: rgb(236,166,79); }

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