Html Css Color HEX #EFCD94 Chamois

📋 copy color: '#EFCD94'

red 239 ◦ green 205 ◦ blue 148

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

Shades of Chamois #EFCD94

Tints of Chamois #EFCD94

RGB

 RED value IS 239 (93.75% from 255) = 40.37%

 GREEN value IS 205 (80.47% from 255) = 34.63%

 BLUE value IS 148 (58.2% from 255) = 25%

R = 40.37%
G = 34.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFCD94 (or 0xEFCD94) is known color: Chamois. HEX triplet: EF, CD and 94. RGB value is (239,205,148). Sum of RGB (Red+Green+Blue) = 239+205+148=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD94 is #10326B. Grayscale: #D0D0D0. Windows color (decimal): -1061484 or 9752047. OLE color: 9752047.

HSL color Cylindrical-coordinate representation of color #EFCD94: hue angle of 37.58º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFCD94 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 148 -
CMYK 0 0.14 0.38 0.06
HSL 37.58º 0.74% 0.76% -
HSV(B) 37.58º 0.38% 0.94% -
XYZ 62.77 64.15 37.09 -
YUV 208.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 239 205 148 0 0.14 0.38 0.06 37.58 0.74 0.76
Hex EF CD 94 0 E 26 6 26 4A 4C
Octal 357 315 224 0 16 46 6 46 112 114
Binary 11101111 11001101 10010100 0 1110 100110 110 100110 1001010 1001100

Color Harmonies of #EFCD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD94

Black with #EFCD94

Text Example


Text Example

White with #EFCD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD94; }

 p { color: rgb(239,205,148); }

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

background-color css

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

 a { background-color: rgb(239,205,148); }

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

border-color css

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

 span { border-color: rgb(239,205,148); }

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