Html Css Color HEX #ECB65C Casablanca

📋 copy color: '#ECB65C'

red 236 ◦ green 182 ◦ blue 92

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

Shades of Casablanca #ECB65C

Tints of Casablanca #ECB65C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.69%

 BLUE value IS 92 (36.33% from 255) = 18.04%

R = 46.27%
G = 35.69%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECB65C (or 0xECB65C) is known color: Casablanca. HEX triplet: EC, B6 and 5C. RGB value is (236,182,92). Sum of RGB (Red+Green+Blue) = 236+182+92=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB65C is #1349A3. Grayscale: #BCBCBC. Windows color (decimal): -1264036 or 6076140. OLE color: 6076140.

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

Color convert

RGB 236 182 92 -
CMYK 0 0.23 0.61 0.07
HSL 37.5º 0.79% 0.64% -
HSV(B) 37.5º 0.61% 0.93% -
XYZ 53.25 52.06 17.37 -
YUV 187.89 73.89 162.32 -
System Red Green Blue C M Y K H S L
Decimal 236 182 92 0 0.23 0.61 0.07 37.5 0.79 0.64
Hex EC B6 5C 0 17 3D 7 26 4F 40
Octal 354 266 134 0 27 75 7 46 117 100
Binary 11101100 10110110 1011100 0 10111 111101 111 100110 1001111 1000000

Color Harmonies of #ECB65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB65C

Black with #ECB65C

Text Example


Text Example

White with #ECB65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB65C; }

 p { color: rgb(236,182,92); }

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

background-color css

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

 a { background-color: rgb(236,182,92); }

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

border-color css

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

 span { border-color: rgb(236,182,92); }

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