Html Css Color HEX #ECB452 Casablanca

📋 copy color: '#ECB452'

red 236 ◦ green 180 ◦ blue 82

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

Shades of Casablanca #ECB452

Tints of Casablanca #ECB452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.47%

R = 47.39%
G = 36.14%
B = 16.47%

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

#ECB452 (or 0xECB452) is known color: Casablanca. HEX triplet: EC, B4 and 52. RGB value is (236,180,82). Sum of RGB (Red+Green+Blue) = 236+180+82=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB452 is #134BAD. Grayscale: #BABABA. Windows color (decimal): -1264558 or 5420268. OLE color: 5420268.

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

Color convert

RGB 236 180 82 -
CMYK 0 0.24 0.65 0.07
HSL 38.18º 0.8% 0.62% -
HSV(B) 38.18º 0.65% 0.93% -
XYZ 52.44 51.08 15.08 -
YUV 185.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 236 180 82 0 0.24 0.65 0.07 38.18 0.8 0.62
Hex EC B4 52 0 18 41 7 26 50 3E
Octal 354 264 122 0 30 101 7 46 120 76
Binary 11101100 10110100 1010010 0 11000 1000001 111 100110 1010000 111110

Color Harmonies of #ECB452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB452

Black with #ECB452

Text Example


Text Example

White with #ECB452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB452; }

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

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

background-color css

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

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

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

border-color css

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

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

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