Html Css Color HEX #ECB25D Casablanca

📋 copy color: '#ECB25D'

red 236 ◦ green 178 ◦ blue 93

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

Shades of Casablanca #ECB25D

Tints of Casablanca #ECB25D

RGB

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

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

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

R = 46.55%
G = 35.11%
B = 18.34%

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

#ECB25D (or 0xECB25D) is known color: Casablanca. HEX triplet: EC, B2 and 5D. RGB value is (236,178,93). Sum of RGB (Red+Green+Blue) = 236+178+93=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB25D is #134DA2. Grayscale: #BABABA. Windows color (decimal): -1265059 or 6140652. OLE color: 6140652.

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

Color convert

RGB 236 178 93 -
CMYK 0 0.25 0.61 0.07
HSL 35.66º 0.79% 0.65% -
HSV(B) 35.66º 0.61% 0.93% -
XYZ 52.49 50.46 17.33 -
YUV 185.65 75.72 163.91 -
System Red Green Blue C M Y K H S L
Decimal 236 178 93 0 0.25 0.61 0.07 35.66 0.79 0.65
Hex EC B2 5D 0 19 3D 7 24 4F 41
Octal 354 262 135 0 31 75 7 44 117 101
Binary 11101100 10110010 1011101 0 11001 111101 111 100100 1001111 1000001

Color Harmonies of #ECB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB25D

Black with #ECB25D

Text Example


Text Example

White with #ECB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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