Html Css Color HEX #ECB05B Casablanca

📋 copy color: '#ECB05B'

red 236 ◦ green 176 ◦ blue 91

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

Shades of Casablanca #ECB05B

Tints of Casablanca #ECB05B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.99%

 BLUE value IS 91 (35.94% from 255) = 18.09%

R = 46.92%
G = 34.99%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECB05B (or 0xECB05B) is known color: Casablanca. HEX triplet: EC, B0 and 5B. RGB value is (236,176,91). Sum of RGB (Red+Green+Blue) = 236+176+91=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB05B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB05B is #134FA4. Grayscale: #B8B8B8. Windows color (decimal): -1265573 or 6009068. OLE color: 6009068.

HSL color Cylindrical-coordinate representation of color #ECB05B: hue angle of 35.17º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECB05B is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 91 -
CMYK 0 0.25 0.61 0.07
HSL 35.17º 0.79% 0.64% -
HSV(B) 35.17º 0.61% 0.93% -
XYZ 52.01 49.64 16.74 -
YUV 184.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 236 176 91 0 0.25 0.61 0.07 35.17 0.79 0.64
Hex EC B0 5B 0 19 3D 7 23 4F 40
Octal 354 260 133 0 31 75 7 43 117 100
Binary 11101100 10110000 1011011 0 11001 111101 111 100011 1001111 1000000

Color Harmonies of #ECB05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB05B

Black with #ECB05B

Text Example


Text Example

White with #ECB05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB05B; }

 p { color: rgb(236,176,91); }

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

background-color css

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

 a { background-color: rgb(236,176,91); }

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

border-color css

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

 span { border-color: rgb(236,176,91); }

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