Html Css Color HEX #ECAB4B Casablanca

📋 copy color: '#ECAB4B'

red 236 ◦ green 171 ◦ blue 75

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

Shades of Casablanca #ECAB4B

Tints of Casablanca #ECAB4B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.48%

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

R = 48.96%
G = 35.48%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECAB4B (or 0xECAB4B) is known color: Casablanca. HEX triplet: EC, AB and 4B. RGB value is (236,171,75). Sum of RGB (Red+Green+Blue) = 236+171+75=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB4B is #1354B4. Grayscale: #B3B3B3. Windows color (decimal): -1266869 or 4959212. OLE color: 4959212.

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

Color convert

RGB 236 171 75 -
CMYK 0 0.28 0.68 0.07
HSL 35.78º 0.81% 0.61% -
HSV(B) 35.78º 0.68% 0.93% -
XYZ 50.42 47.47 13.16 -
YUV 179.49 69.03 168.31 -
System Red Green Blue C M Y K H S L
Decimal 236 171 75 0 0.28 0.68 0.07 35.78 0.81 0.61
Hex EC AB 4B 0 1C 44 7 24 51 3D
Octal 354 253 113 0 34 104 7 44 121 75
Binary 11101100 10101011 1001011 0 11100 1000100 111 100100 1010001 111101

Color Harmonies of #ECAB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB4B

Black with #ECAB4B

Text Example


Text Example

White with #ECAB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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