Html Css Color HEX #EDB68D Pancho

📋 copy color: '#EDB68D'

red 237 ◦ green 182 ◦ blue 141

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

Shades of Pancho #EDB68D

Tints of Pancho #EDB68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.5%

 BLUE value IS 141 (55.47% from 255) = 25.18%

R = 42.32%
G = 32.5%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDB68D (or 0xEDB68D) is known color: Pancho. HEX triplet: ED, B6 and 8D. RGB value is (237,182,141). Sum of RGB (Red+Green+Blue) = 237+182+141=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB68D is #124972. Grayscale: #C1C1C1. Windows color (decimal): -1198451 or 9287405. OLE color: 9287405.

HSL color Cylindrical-coordinate representation of color #EDB68D: hue angle of 25.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDB68D is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 182 141 -
CMYK 0 0.23 0.41 0.07
HSL 25.63º 0.73% 0.74% -
HSV(B) 25.63º 0.41% 0.93% -
XYZ 56.46 53.38 32.53 -
YUV 193.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 237 182 141 0 0.23 0.41 0.07 25.63 0.73 0.74
Hex ED B6 8D 0 17 29 7 1A 49 4A
Octal 355 266 215 0 27 51 7 32 111 112
Binary 11101101 10110110 10001101 0 10111 101001 111 11010 1001001 1001010

Color Harmonies of #EDB68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB68D

Black with #EDB68D

Text Example


Text Example

White with #EDB68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB68D; }

 p { color: rgb(237,182,141); }

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

background-color css

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

 a { background-color: rgb(237,182,141); }

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

border-color css

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

 span { border-color: rgb(237,182,141); }

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