Html Css Color HEX #ECAF5B Casablanca

📋 copy color: '#ECAF5B'

red 236 ◦ green 175 ◦ blue 91

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

Shades of Casablanca #ECAF5B

Tints of Casablanca #ECAF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.13%

R = 47.01%
G = 34.86%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECAF5B (or 0xECAF5B) is known color: Casablanca. HEX triplet: EC, AF and 5B. RGB value is (236,175,91). Sum of RGB (Red+Green+Blue) = 236+175+91=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF5B is #1350A4. Grayscale: #B8B8B8. Windows color (decimal): -1265829 or 6008812. OLE color: 6008812.

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

Color convert

RGB 236 175 91 -
CMYK 0 0.26 0.61 0.07
HSL 34.76º 0.79% 0.64% -
HSV(B) 34.76º 0.61% 0.93% -
XYZ 51.81 49.25 16.67 -
YUV 183.66 75.71 165.33 -
System Red Green Blue C M Y K H S L
Decimal 236 175 91 0 0.26 0.61 0.07 34.76 0.79 0.64
Hex EC AF 5B 0 1A 3D 7 23 4F 40
Octal 354 257 133 0 32 75 7 43 117 100
Binary 11101100 10101111 1011011 0 11010 111101 111 100011 1001111 1000000

Color Harmonies of #ECAF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF5B

Black with #ECAF5B

Text Example


Text Example

White with #ECAF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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