Html Css Color HEX #ECAF50 Casablanca

📋 copy color: '#ECAF50'

red 236 ◦ green 175 ◦ blue 80

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

Shades of Casablanca #ECAF50

Tints of Casablanca #ECAF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.29%

R = 48.07%
G = 35.64%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECAF50 (or 0xECAF50) is known color: Casablanca. HEX triplet: EC, AF and 50. RGB value is (236,175,80). Sum of RGB (Red+Green+Blue) = 236+175+80=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF50 is #1350AF. Grayscale: #B6B6B6. Windows color (decimal): -1265840 or 5287916. OLE color: 5287916.

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

Color convert

RGB 236 175 80 -
CMYK 0 0.26 0.66 0.07
HSL 36.54º 0.8% 0.62% -
HSV(B) 36.54º 0.66% 0.93% -
XYZ 51.37 49.07 14.35 -
YUV 182.41 70.21 166.22 -
System Red Green Blue C M Y K H S L
Decimal 236 175 80 0 0.26 0.66 0.07 36.54 0.8 0.62
Hex EC AF 50 0 1A 42 7 25 50 3E
Octal 354 257 120 0 32 102 7 45 120 76
Binary 11101100 10101111 1010000 0 11010 1000010 111 100101 1010000 111110

Color Harmonies of #ECAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF50

Black with #ECAF50

Text Example


Text Example

White with #ECAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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