Html Css Color HEX #ECA64B Casablanca

📋 copy color: '#ECA64B'

red 236 ◦ green 166 ◦ blue 75

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

Shades of Casablanca #ECA64B

Tints of Casablanca #ECA64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.72%

R = 49.48%
G = 34.8%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECA64B (or 0xECA64B) is known color: Casablanca. HEX triplet: EC, A6 and 4B. RGB value is (236,166,75). Sum of RGB (Red+Green+Blue) = 236+166+75=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA64B is #1359B4. Grayscale: #B0B0B0. Windows color (decimal): -1268149 or 4957932. OLE color: 4957932.

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

Color convert

RGB 236 166 75 -
CMYK 0 0.30 0.68 0.07
HSL 33.91º 0.81% 0.61% -
HSV(B) 33.91º 0.68% 0.93% -
XYZ 49.5 45.61 12.85 -
YUV 176.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 236 166 75 0 0.30 0.68 0.07 33.91 0.81 0.61
Hex EC A6 4B 0 1E 44 7 22 51 3D
Octal 354 246 113 0 36 104 7 42 121 75
Binary 11101100 10100110 1001011 0 11110 1000100 111 100010 1010001 111101

Color Harmonies of #ECA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA64B

Black with #ECA64B

Text Example


Text Example

White with #ECA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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