Html Css Color HEX #ECB453 Casablanca

📋 copy color: '#ECB453'

red 236 ◦ green 180 ◦ blue 83

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

Shades of Casablanca #ECB453

Tints of Casablanca #ECB453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.63%

R = 47.29%
G = 36.07%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECB453 (or 0xECB453) is known color: Casablanca. HEX triplet: EC, B4 and 53. RGB value is (236,180,83). Sum of RGB (Red+Green+Blue) = 236+180+83=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB453 is #134BAC. Grayscale: #BABABA. Windows color (decimal): -1264557 or 5485804. OLE color: 5485804.

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

Color convert

RGB 236 180 83 -
CMYK 0 0.24 0.65 0.07
HSL 38.04º 0.8% 0.63% -
HSV(B) 38.04º 0.65% 0.93% -
XYZ 52.47 51.1 15.28 -
YUV 185.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 236 180 83 0 0.24 0.65 0.07 38.04 0.8 0.63
Hex EC B4 53 0 18 41 7 26 50 3F
Octal 354 264 123 0 30 101 7 46 120 77
Binary 11101100 10110100 1010011 0 11000 1000001 111 100110 1010000 111111

Color Harmonies of #ECB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB453

Black with #ECB453

Text Example


Text Example

White with #ECB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB453; }

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

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

background-color css

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

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

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

border-color css

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

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

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