Html Css Color HEX #ECB351 Casablanca

📋 copy color: '#ECB351'

red 236 ◦ green 179 ◦ blue 81

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

Shades of Casablanca #ECB351

Tints of Casablanca #ECB351

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.09%

 BLUE value IS 81 (32.03% from 255) = 16.33%

R = 47.58%
G = 36.09%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECB351 (or 0xECB351) is known color: Casablanca. HEX triplet: EC, B3 and 51. RGB value is (236,179,81). Sum of RGB (Red+Green+Blue) = 236+179+81=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB351 is #134CAE. Grayscale: #B9B9B9. Windows color (decimal): -1264815 or 5354476. OLE color: 5354476.

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

Color convert

RGB 236 179 81 -
CMYK 0 0.24 0.66 0.07
HSL 37.94º 0.8% 0.62% -
HSV(B) 37.94º 0.66% 0.93% -
XYZ 52.2 50.67 14.81 -
YUV 184.87 69.38 164.47 -
System Red Green Blue C M Y K H S L
Decimal 236 179 81 0 0.24 0.66 0.07 37.94 0.8 0.62
Hex EC B3 51 0 18 42 7 26 50 3E
Octal 354 263 121 0 30 102 7 46 120 76
Binary 11101100 10110011 1010001 0 11000 1000010 111 100110 1010000 111110

Color Harmonies of #ECB351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB351

Black with #ECB351

Text Example


Text Example

White with #ECB351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB351; }

 p { color: rgb(236,179,81); }

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

background-color css

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

 a { background-color: rgb(236,179,81); }

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

border-color css

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

 span { border-color: rgb(236,179,81); }

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