Html Css Color HEX #ECB058 Casablanca

📋 copy color: '#ECB058'

red 236 ◦ green 176 ◦ blue 88

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

Shades of Casablanca #ECB058

Tints of Casablanca #ECB058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.2%

 BLUE value IS 88 (34.77% from 255) = 17.6%

R = 47.2%
G = 35.2%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECB058 (or 0xECB058) is known color: Casablanca. HEX triplet: EC, B0 and 58. RGB value is (236,176,88). Sum of RGB (Red+Green+Blue) = 236+176+88=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB058 is #134FA7. Grayscale: #B8B8B8. Windows color (decimal): -1265576 or 5812460. OLE color: 5812460.

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

Color convert

RGB 236 176 88 -
CMYK 0 0.25 0.63 0.07
HSL 35.68º 0.8% 0.64% -
HSV(B) 35.68º 0.63% 0.93% -
XYZ 51.88 49.59 16.07 -
YUV 183.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 236 176 88 0 0.25 0.63 0.07 35.68 0.8 0.64
Hex EC B0 58 0 19 3F 7 24 50 40
Octal 354 260 130 0 31 77 7 44 120 100
Binary 11101100 10110000 1011000 0 11001 111111 111 100100 1010000 1000000

Color Harmonies of #ECB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB058

Black with #ECB058

Text Example


Text Example

White with #ECB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB058; }

 p { color: rgb(236,176,88); }

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

background-color css

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

 a { background-color: rgb(236,176,88); }

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

border-color css

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

 span { border-color: rgb(236,176,88); }

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