Html Css Color HEX #ECAF56 Casablanca

📋 copy color: '#ECAF56'

red 236 ◦ green 175 ◦ blue 86

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

Shades of Casablanca #ECAF56

Tints of Casablanca #ECAF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.3%

R = 47.48%
G = 35.21%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECAF56 (or 0xECAF56) is known color: Casablanca. HEX triplet: EC, AF and 56. RGB value is (236,175,86). Sum of RGB (Red+Green+Blue) = 236+175+86=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF56 is #1350A9. Grayscale: #B7B7B7. Windows color (decimal): -1265834 or 5681132. OLE color: 5681132.

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

Color convert

RGB 236 175 86 -
CMYK 0 0.26 0.64 0.07
HSL 35.6º 0.8% 0.63% -
HSV(B) 35.6º 0.64% 0.93% -
XYZ 51.6 49.16 15.57 -
YUV 183.09 73.21 165.74 -
System Red Green Blue C M Y K H S L
Decimal 236 175 86 0 0.26 0.64 0.07 35.6 0.8 0.63
Hex EC AF 56 0 1A 40 7 24 50 3F
Octal 354 257 126 0 32 100 7 44 120 77
Binary 11101100 10101111 1010110 0 11010 1000000 111 100100 1010000 111111

Color Harmonies of #ECAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF56

Black with #ECAF56

Text Example


Text Example

White with #ECAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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