Html Css Color HEX #EDBE8F Pancho

📋 copy color: '#EDBE8F'

red 237 ◦ green 190 ◦ blue 143

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

Shades of Pancho #EDBE8F

Tints of Pancho #EDBE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.09%

R = 41.58%
G = 33.33%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDBE8F (or 0xEDBE8F) is known color: Pancho. HEX triplet: ED, BE and 8F. RGB value is (237,190,143). Sum of RGB (Red+Green+Blue) = 237+190+143=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE8F is #124170. Grayscale: #C6C6C6. Windows color (decimal): -1196401 or 9420525. OLE color: 9420525.

HSL color Cylindrical-coordinate representation of color #EDBE8F: hue angle of 30º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDBE8F is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 190 143 -
CMYK 0 0.20 0.40 0.07
HSL 30º 0.72% 0.75% -
HSV(B) 30º 0.4% 0.93% -
XYZ 58.3 56.81 33.88 -
YUV 198.7 96.57 155.32 -
System Red Green Blue C M Y K H S L
Decimal 237 190 143 0 0.20 0.40 0.07 30 0.72 0.75
Hex ED BE 8F 0 14 28 7 1E 48 4B
Octal 355 276 217 0 24 50 7 36 110 113
Binary 11101101 10111110 10001111 0 10100 101000 111 11110 1001000 1001011

Color Harmonies of #EDBE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE8F

Black with #EDBE8F

Text Example


Text Example

White with #EDBE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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