Html Css Color HEX #EDBE9C Negroni

📋 copy color: '#EDBE9C'

red 237 ◦ green 190 ◦ blue 156

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

Shades of Negroni #EDBE9C

Tints of Negroni #EDBE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.59%

 BLUE value IS 156 (61.33% from 255) = 26.76%

R = 40.65%
G = 32.59%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDBE9C (or 0xEDBE9C) is known color: Negroni. HEX triplet: ED, BE and 9C. RGB value is (237,190,156). Sum of RGB (Red+Green+Blue) = 237+190+156=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE9C is #124163. Grayscale: #C8C8C8. Windows color (decimal): -1196388 or 10272493. OLE color: 10272493.

HSL color Cylindrical-coordinate representation of color #EDBE9C: hue angle of 25.19º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDBE9C is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 190 156 -
CMYK 0 0.20 0.34 0.07
HSL 25.19º 0.69% 0.77% -
HSV(B) 25.19º 0.34% 0.93% -
XYZ 59.34 57.23 39.37 -
YUV 200.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 237 190 156 0 0.20 0.34 0.07 25.19 0.69 0.77
Hex ED BE 9C 0 14 22 7 19 45 4D
Octal 355 276 234 0 24 42 7 31 105 115
Binary 11101101 10111110 10011100 0 10100 100010 111 11001 1000101 1001101

Color Harmonies of #EDBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE9C

Black with #EDBE9C

Text Example


Text Example

White with #EDBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE9C; }

 p { color: rgb(237,190,156); }

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

background-color css

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

 a { background-color: rgb(237,190,156); }

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

border-color css

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

 span { border-color: rgb(237,190,156); }

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