Html Css Color HEX #ECB04F Casablanca

📋 copy color: '#ECB04F'

red 236 ◦ green 176 ◦ blue 79

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

Shades of Casablanca #ECB04F

Tints of Casablanca #ECB04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.09%

R = 48.07%
G = 35.85%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECB04F (or 0xECB04F) is known color: Casablanca. HEX triplet: EC, B0 and 4F. RGB value is (236,176,79). Sum of RGB (Red+Green+Blue) = 236+176+79=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB04F is #134FB0. Grayscale: #B7B7B7. Windows color (decimal): -1265585 or 5222636. OLE color: 5222636.

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

Color convert

RGB 236 176 79 -
CMYK 0 0.25 0.67 0.07
HSL 37.07º 0.81% 0.62% -
HSV(B) 37.07º 0.67% 0.93% -
XYZ 51.53 49.45 14.23 -
YUV 182.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 236 176 79 0 0.25 0.67 0.07 37.07 0.81 0.62
Hex EC B0 4F 0 19 43 7 25 51 3E
Octal 354 260 117 0 31 103 7 45 121 76
Binary 11101100 10110000 1001111 0 11001 1000011 111 100101 1010001 111110

Color Harmonies of #ECB04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB04F

Black with #ECB04F

Text Example


Text Example

White with #ECB04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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