Html Css Color HEX #EFC69A New Tan

📋 copy color: '#EFC69A'

red 239 ◦ green 198 ◦ blue 154

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

Shades of New Tan #EFC69A

Tints of New Tan #EFC69A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.5%

 BLUE value IS 154 (60.55% from 255) = 26.06%

R = 40.44%
G = 33.5%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFC69A (or 0xEFC69A) is known color: New Tan. HEX triplet: EF, C6 and 9A. RGB value is (239,198,154). Sum of RGB (Red+Green+Blue) = 239+198+154=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC69A is #103965. Grayscale: #CDCDCD. Windows color (decimal): -1063270 or 10143471. OLE color: 10143471.

HSL color Cylindrical-coordinate representation of color #EFC69A: hue angle of 31.06º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFC69A is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 154 -
CMYK 0 0.17 0.36 0.06
HSL 31.06º 0.73% 0.77% -
HSV(B) 31.06º 0.36% 0.94% -
XYZ 61.62 61.07 39.11 -
YUV 205.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 239 198 154 0 0.17 0.36 0.06 31.06 0.73 0.77
Hex EF C6 9A 0 11 24 6 1F 49 4D
Octal 357 306 232 0 21 44 6 37 111 115
Binary 11101111 11000110 10011010 0 10001 100100 110 11111 1001001 1001101

Color Harmonies of #EFC69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC69A

Black with #EFC69A

Text Example


Text Example

White with #EFC69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC69A; }

 p { color: rgb(239,198,154); }

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

background-color css

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

 a { background-color: rgb(239,198,154); }

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

border-color css

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

 span { border-color: rgb(239,198,154); }

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