Html Css Color HEX #ECB25B Casablanca

📋 copy color: '#ECB25B'

red 236 ◦ green 178 ◦ blue 91

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

Shades of Casablanca #ECB25B

Tints of Casablanca #ECB25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.02%

R = 46.73%
G = 35.25%
B = 18.02%

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

#ECB25B (or 0xECB25B) is known color: Casablanca. HEX triplet: EC, B2 and 5B. RGB value is (236,178,91). Sum of RGB (Red+Green+Blue) = 236+178+91=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB25B is #134DA4. Grayscale: #B9B9B9. Windows color (decimal): -1265061 or 6009580. OLE color: 6009580.

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

Color convert

RGB 236 178 91 -
CMYK 0 0.25 0.61 0.07
HSL 36º 0.79% 0.64% -
HSV(B) 36º 0.61% 0.93% -
XYZ 52.4 50.43 16.87 -
YUV 185.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 236 178 91 0 0.25 0.61 0.07 36 0.79 0.64
Hex EC B2 5B 0 19 3D 7 24 4F 40
Octal 354 262 133 0 31 75 7 44 117 100
Binary 11101100 10110010 1011011 0 11001 111101 111 100100 1001111 1000000

Color Harmonies of #ECB25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB25B

Black with #ECB25B

Text Example


Text Example

White with #ECB25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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