Html Css Color HEX #ECB251 Casablanca

📋 copy color: '#ECB251'

red 236 ◦ green 178 ◦ blue 81

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

Shades of Casablanca #ECB251

Tints of Casablanca #ECB251

RGB

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

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

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

R = 47.68%
G = 35.96%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECB251 (or 0xECB251) is known color: Casablanca. HEX triplet: EC, B2 and 51. RGB value is (236,178,81). Sum of RGB (Red+Green+Blue) = 236+178+81=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB251 is #134DAE. Grayscale: #B8B8B8. Windows color (decimal): -1265071 or 5354220. OLE color: 5354220.

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

Color convert

RGB 236 178 81 -
CMYK 0 0.25 0.66 0.07
HSL 37.55º 0.8% 0.62% -
HSV(B) 37.55º 0.66% 0.93% -
XYZ 52 50.27 14.75 -
YUV 184.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 236 178 81 0 0.25 0.66 0.07 37.55 0.8 0.62
Hex EC B2 51 0 19 42 7 26 50 3E
Octal 354 262 121 0 31 102 7 46 120 76
Binary 11101100 10110010 1010001 0 11001 1000010 111 100110 1010000 111110

Color Harmonies of #ECB251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB251

Black with #ECB251

Text Example


Text Example

White with #ECB251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB251; }

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

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

background-color css

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

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

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

border-color css

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

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

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