Html Css Color HEX #ECB25A Casablanca

📋 copy color: '#ECB25A'

red 236 ◦ green 178 ◦ blue 90

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

Shades of Casablanca #ECB25A

Tints of Casablanca #ECB25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.86%

R = 46.83%
G = 35.32%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECB25A (or 0xECB25A) is known color: Casablanca. HEX triplet: EC, B2 and 5A. RGB value is (236,178,90). Sum of RGB (Red+Green+Blue) = 236+178+90=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB25A is #134DA5. Grayscale: #B9B9B9. Windows color (decimal): -1265062 or 5944044. OLE color: 5944044.

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

Color convert

RGB 236 178 90 -
CMYK 0 0.25 0.62 0.07
HSL 36.16º 0.79% 0.64% -
HSV(B) 36.16º 0.62% 0.93% -
XYZ 52.36 50.41 16.64 -
YUV 185.31 74.22 164.16 -
System Red Green Blue C M Y K H S L
Decimal 236 178 90 0 0.25 0.62 0.07 36.16 0.79 0.64
Hex EC B2 5A 0 19 3E 7 24 4F 40
Octal 354 262 132 0 31 76 7 44 117 100
Binary 11101100 10110010 1011010 0 11001 111110 111 100100 1001111 1000000

Color Harmonies of #ECB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB25A

Black with #ECB25A

Text Example


Text Example

White with #ECB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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