Html Css Color HEX #ECB15A Casablanca

📋 copy color: '#ECB15A'

red 236 ◦ green 177 ◦ blue 90

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

Shades of Casablanca #ECB15A

Tints of Casablanca #ECB15A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.19%

 BLUE value IS 90 (35.55% from 255) = 17.89%

R = 46.92%
G = 35.19%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECB15A (or 0xECB15A) is known color: Casablanca. HEX triplet: EC, B1 and 5A. RGB value is (236,177,90). Sum of RGB (Red+Green+Blue) = 236+177+90=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB15A is #134EA5. Grayscale: #B9B9B9. Windows color (decimal): -1265318 or 5943788. OLE color: 5943788.

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

Color convert

RGB 236 177 90 -
CMYK 0 0.25 0.62 0.07
HSL 35.75º 0.79% 0.64% -
HSV(B) 35.75º 0.62% 0.93% -
XYZ 52.16 50.02 16.58 -
YUV 184.72 74.55 164.57 -
System Red Green Blue C M Y K H S L
Decimal 236 177 90 0 0.25 0.62 0.07 35.75 0.79 0.64
Hex EC B1 5A 0 19 3E 7 24 4F 40
Octal 354 261 132 0 31 76 7 44 117 100
Binary 11101100 10110001 1011010 0 11001 111110 111 100100 1001111 1000000

Color Harmonies of #ECB15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB15A

Black with #ECB15A

Text Example


Text Example

White with #ECB15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB15A; }

 p { color: rgb(236,177,90); }

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

background-color css

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

 a { background-color: rgb(236,177,90); }

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

border-color css

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

 span { border-color: rgb(236,177,90); }

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