Html Css Color HEX #ECAF48 Casablanca

📋 copy color: '#ECAF48'

red 236 ◦ green 175 ◦ blue 72

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

Shades of Casablanca #ECAF48

Tints of Casablanca #ECAF48

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.23%

 BLUE value IS 72 (28.52% from 255) = 14.91%

R = 48.86%
G = 36.23%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECAF48 (or 0xECAF48) is known color: Casablanca. HEX triplet: EC, AF and 48. RGB value is (236,175,72). Sum of RGB (Red+Green+Blue) = 236+175+72=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF48 is #1350B7. Grayscale: #B5B5B5. Windows color (decimal): -1265848 or 4763628. OLE color: 4763628.

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

Color convert

RGB 236 175 72 -
CMYK 0 0.26 0.69 0.07
HSL 37.68º 0.81% 0.6% -
HSV(B) 37.68º 0.69% 0.93% -
XYZ 51.09 48.96 12.89 -
YUV 181.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 236 175 72 0 0.26 0.69 0.07 37.68 0.81 0.6
Hex EC AF 48 0 1A 45 7 26 51 3C
Octal 354 257 110 0 32 105 7 46 121 74
Binary 11101100 10101111 1001000 0 11010 1000101 111 100110 1010001 111100

Color Harmonies of #ECAF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF48

Black with #ECAF48

Text Example


Text Example

White with #ECAF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF48; }

 p { color: rgb(236,175,72); }

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

background-color css

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

 a { background-color: rgb(236,175,72); }

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

border-color css

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

 span { border-color: rgb(236,175,72); }

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