Html Css Color HEX #EFC39D Negroni

📋 copy color: '#EFC39D'

red 239 ◦ green 195 ◦ blue 157

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

Shades of Negroni #EFC39D

Tints of Negroni #EFC39D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.99%

 BLUE value IS 157 (61.72% from 255) = 26.57%

R = 40.44%
G = 32.99%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFC39D (or 0xEFC39D) is known color: Negroni. HEX triplet: EF, C3 and 9D. RGB value is (239,195,157). Sum of RGB (Red+Green+Blue) = 239+195+157=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC39D is #103C62. Grayscale: #CCCCCC. Windows color (decimal): -1064035 or 10339311. OLE color: 10339311.

HSL color Cylindrical-coordinate representation of color #EFC39D: hue angle of 27.8º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFC39D is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 195 157 -
CMYK 0 0.18 0.34 0.06
HSL 27.8º 0.72% 0.78% -
HSV(B) 27.8º 0.34% 0.94% -
XYZ 61.2 59.82 40.22 -
YUV 203.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 239 195 157 0 0.18 0.34 0.06 27.8 0.72 0.78
Hex EF C3 9D 0 12 22 6 1C 48 4E
Octal 357 303 235 0 22 42 6 34 110 116
Binary 11101111 11000011 10011101 0 10010 100010 110 11100 1001000 1001110

Color Harmonies of #EFC39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC39D

Black with #EFC39D

Text Example


Text Example

White with #EFC39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC39D; }

 p { color: rgb(239,195,157); }

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

background-color css

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

 a { background-color: rgb(239,195,157); }

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

border-color css

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

 span { border-color: rgb(239,195,157); }

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