Html Css Color HEX #ECB454 Casablanca

📋 copy color: '#ECB454'

red 236 ◦ green 180 ◦ blue 84

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

Shades of Casablanca #ECB454

Tints of Casablanca #ECB454

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36%

 BLUE value IS 84 (33.2% from 255) = 16.8%

R = 47.2%
G = 36%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECB454 (or 0xECB454) is known color: Casablanca. HEX triplet: EC, B4 and 54. RGB value is (236,180,84). Sum of RGB (Red+Green+Blue) = 236+180+84=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB454 is #134BAB. Grayscale: #BABABA. Windows color (decimal): -1264556 or 5551340. OLE color: 5551340.

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

Color convert

RGB 236 180 84 -
CMYK 0 0.24 0.64 0.07
HSL 37.89º 0.8% 0.63% -
HSV(B) 37.89º 0.64% 0.93% -
XYZ 52.51 51.12 15.49 -
YUV 185.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 236 180 84 0 0.24 0.64 0.07 37.89 0.8 0.63
Hex EC B4 54 0 18 40 7 26 50 3F
Octal 354 264 124 0 30 100 7 46 120 77
Binary 11101100 10110100 1010100 0 11000 1000000 111 100110 1010000 111111

Color Harmonies of #ECB454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB454

Black with #ECB454

Text Example


Text Example

White with #ECB454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB454; }

 p { color: rgb(236,180,84); }

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

background-color css

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

 a { background-color: rgb(236,180,84); }

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

border-color css

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

 span { border-color: rgb(236,180,84); }

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