Html Css Color HEX #EFC19A Negroni

📋 copy color: '#EFC19A'

red 239 ◦ green 193 ◦ blue 154

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

Shades of Negroni #EFC19A

Tints of Negroni #EFC19A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.94%

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

R = 40.78%
G = 32.94%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFC19A (or 0xEFC19A) is known color: Negroni. HEX triplet: EF, C1 and 9A. RGB value is (239,193,154). Sum of RGB (Red+Green+Blue) = 239+193+154=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC19A is #103E65. Grayscale: #CACACA. Windows color (decimal): -1064550 or 10142191. OLE color: 10142191.

HSL color Cylindrical-coordinate representation of color #EFC19A: hue angle of 27.53º 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 #EFC19A is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 193 154 -
CMYK 0 0.19 0.36 0.06
HSL 27.53º 0.73% 0.77% -
HSV(B) 27.53º 0.36% 0.94% -
XYZ 60.5 58.82 38.74 -
YUV 202.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 239 193 154 0 0.19 0.36 0.06 27.53 0.73 0.77
Hex EF C1 9A 0 13 24 6 1C 49 4D
Octal 357 301 232 0 23 44 6 34 111 115
Binary 11101111 11000001 10011010 0 10011 100100 110 11100 1001001 1001101

Color Harmonies of #EFC19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC19A

Black with #EFC19A

Text Example


Text Example

White with #EFC19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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