Html Css Color HEX #EDBB90 Pancho

📋 copy color: '#EDBB90'

red 237 ◦ green 187 ◦ blue 144

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

Shades of Pancho #EDBB90

Tints of Pancho #EDBB90

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.92%

 BLUE value IS 144 (56.64% from 255) = 25.35%

R = 41.73%
G = 32.92%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDBB90 (or 0xEDBB90) is known color: Pancho. HEX triplet: ED, BB and 90. RGB value is (237,187,144). Sum of RGB (Red+Green+Blue) = 237+187+144=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB90 is #12446F. Grayscale: #C5C5C5. Windows color (decimal): -1197168 or 9485293. OLE color: 9485293.

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

Color convert

RGB 237 187 144 -
CMYK 0 0.21 0.39 0.07
HSL 27.74º 0.72% 0.75% -
HSV(B) 27.74º 0.39% 0.93% -
XYZ 57.73 55.56 34.07 -
YUV 197.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 237 187 144 0 0.21 0.39 0.07 27.74 0.72 0.75
Hex ED BB 90 0 15 27 7 1C 48 4B
Octal 355 273 220 0 25 47 7 34 110 113
Binary 11101101 10111011 10010000 0 10101 100111 111 11100 1001000 1001011

Color Harmonies of #EDBB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB90

Black with #EDBB90

Text Example


Text Example

White with #EDBB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB90; }

 p { color: rgb(237,187,144); }

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

background-color css

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

 a { background-color: rgb(237,187,144); }

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

border-color css

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

 span { border-color: rgb(237,187,144); }

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