Html Css Color HEX #EDCC90 Chamois

📋 copy color: '#EDCC90'

red 237 ◦ green 204 ◦ blue 144

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

Shades of Chamois #EDCC90

Tints of Chamois #EDCC90

RGB

 RED value IS 237 (92.97% from 255) = 40.51%

 GREEN value IS 204 (80.08% from 255) = 34.87%

 BLUE value IS 144 (56.64% from 255) = 24.62%

R = 40.51%
G = 34.87%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDCC90 (or 0xEDCC90) is known color: Chamois. HEX triplet: ED, CC and 90. RGB value is (237,204,144). Sum of RGB (Red+Green+Blue) = 237+204+144=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC90 is #12336F. Grayscale: #CFCFCF. Windows color (decimal): -1192816 or 9489645. OLE color: 9489645.

HSL color Cylindrical-coordinate representation of color #EDCC90: hue angle of 38.71º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDCC90 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 144 -
CMYK 0 0.14 0.39 0.07
HSL 38.71º 0.72% 0.75% -
HSV(B) 38.71º 0.39% 0.93% -
XYZ 61.55 63.2 35.34 -
YUV 207.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 237 204 144 0 0.14 0.39 0.07 38.71 0.72 0.75
Hex ED CC 90 0 E 27 7 27 48 4B
Octal 355 314 220 0 16 47 7 47 110 113
Binary 11101101 11001100 10010000 0 1110 100111 111 100111 1001000 1001011

Color Harmonies of #EDCC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC90

Black with #EDCC90

Text Example


Text Example

White with #EDCC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC90; }

 p { color: rgb(237,204,144); }

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

background-color css

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

 a { background-color: rgb(237,204,144); }

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

border-color css

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

 span { border-color: rgb(237,204,144); }

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