Html Css Color HEX #ECB05D Casablanca

📋 copy color: '#ECB05D'

red 236 ◦ green 176 ◦ blue 93

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

Shades of Casablanca #ECB05D

Tints of Casablanca #ECB05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.42%

R = 46.73%
G = 34.85%
B = 18.42%

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

#ECB05D (or 0xECB05D) is known color: Casablanca. HEX triplet: EC, B0 and 5D. RGB value is (236,176,93). Sum of RGB (Red+Green+Blue) = 236+176+93=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB05D is #134FA2. Grayscale: #B8B8B8. Windows color (decimal): -1265571 or 6140140. OLE color: 6140140.

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

Color convert

RGB 236 176 93 -
CMYK 0 0.25 0.61 0.07
HSL 34.83º 0.79% 0.65% -
HSV(B) 34.83º 0.61% 0.93% -
XYZ 52.09 49.67 17.2 -
YUV 184.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 236 176 93 0 0.25 0.61 0.07 34.83 0.79 0.65
Hex EC B0 5D 0 19 3D 7 23 4F 41
Octal 354 260 135 0 31 75 7 43 117 101
Binary 11101100 10110000 1011101 0 11001 111101 111 100011 1001111 1000001

Color Harmonies of #ECB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB05D

Black with #ECB05D

Text Example


Text Example

White with #ECB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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