Html Css Color HEX #ECB252 Casablanca

📋 copy color: '#ECB252'

red 236 ◦ green 178 ◦ blue 82

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

Shades of Casablanca #ECB252

Tints of Casablanca #ECB252

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 47.58%
G = 35.89%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECB252 (or 0xECB252) is known color: Casablanca. HEX triplet: EC, B2 and 52. RGB value is (236,178,82). Sum of RGB (Red+Green+Blue) = 236+178+82=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB252 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB252 is #134DAD. Grayscale: #B8B8B8. Windows color (decimal): -1265070 or 5419756. OLE color: 5419756.

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

Color convert

RGB 236 178 82 -
CMYK 0 0.25 0.65 0.07
HSL 37.4º 0.8% 0.62% -
HSV(B) 37.4º 0.65% 0.93% -
XYZ 52.04 50.28 14.95 -
YUV 184.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 236 178 82 0 0.25 0.65 0.07 37.4 0.8 0.62
Hex EC B2 52 0 19 41 7 25 50 3E
Octal 354 262 122 0 31 101 7 45 120 76
Binary 11101100 10110010 1010010 0 11001 1000001 111 100101 1010000 111110

Color Harmonies of #ECB252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB252

Black with #ECB252

Text Example


Text Example

White with #ECB252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB252; }

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

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

background-color css

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

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

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

border-color css

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

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

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