Html Css Color HEX #ECB35D Casablanca

📋 copy color: '#ECB35D'

red 236 ◦ green 179 ◦ blue 93

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

Shades of Casablanca #ECB35D

Tints of Casablanca #ECB35D

RGB

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

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

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

R = 46.46%
G = 35.24%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECB35D (or 0xECB35D) is known color: Casablanca. HEX triplet: EC, B3 and 5D. RGB value is (236,179,93). Sum of RGB (Red+Green+Blue) = 236+179+93=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB35D is #134CA2. Grayscale: #BABABA. Windows color (decimal): -1264803 or 6140908. OLE color: 6140908.

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

Color convert

RGB 236 179 93 -
CMYK 0 0.24 0.61 0.07
HSL 36.08º 0.79% 0.65% -
HSV(B) 36.08º 0.61% 0.93% -
XYZ 52.69 50.86 17.4 -
YUV 186.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 236 179 93 0 0.24 0.61 0.07 36.08 0.79 0.65
Hex EC B3 5D 0 18 3D 7 24 4F 41
Octal 354 263 135 0 30 75 7 44 117 101
Binary 11101100 10110011 1011101 0 11000 111101 111 100100 1001111 1000001

Color Harmonies of #ECB35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB35D

Black with #ECB35D

Text Example


Text Example

White with #ECB35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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