Html Css Color HEX #ECAE4D Casablanca

📋 copy color: '#ECAE4D'

red 236 ◦ green 174 ◦ blue 77

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

Shades of Casablanca #ECAE4D

Tints of Casablanca #ECAE4D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.73%

 BLUE value IS 77 (30.47% from 255) = 15.81%

R = 48.46%
G = 35.73%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECAE4D (or 0xECAE4D) is known color: Casablanca. HEX triplet: EC, AE and 4D. RGB value is (236,174,77). Sum of RGB (Red+Green+Blue) = 236+174+77=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE4D is #1351B2. Grayscale: #B5B5B5. Windows color (decimal): -1266099 or 5091052. OLE color: 5091052.

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

Color convert

RGB 236 174 77 -
CMYK 0 0.26 0.67 0.07
HSL 36.6º 0.81% 0.61% -
HSV(B) 36.6º 0.67% 0.93% -
XYZ 51.07 48.64 13.72 -
YUV 181.48 69.04 166.89 -
System Red Green Blue C M Y K H S L
Decimal 236 174 77 0 0.26 0.67 0.07 36.6 0.81 0.61
Hex EC AE 4D 0 1A 43 7 25 51 3D
Octal 354 256 115 0 32 103 7 45 121 75
Binary 11101100 10101110 1001101 0 11010 1000011 111 100101 1010001 111101

Color Harmonies of #ECAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE4D

Black with #ECAE4D

Text Example


Text Example

White with #ECAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE4D; }

 p { color: rgb(236,174,77); }

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

background-color css

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

 a { background-color: rgb(236,174,77); }

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

border-color css

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

 span { border-color: rgb(236,174,77); }

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