Html Css Color HEX #EDB87F Corvette

📋 copy color: '#EDB87F'

red 237 ◦ green 184 ◦ blue 127

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

Shades of Corvette #EDB87F

Tints of Corvette #EDB87F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.58%

 BLUE value IS 127 (50% from 255) = 23.18%

R = 43.25%
G = 33.58%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDB87F (or 0xEDB87F) is known color: Corvette. HEX triplet: ED, B8 and 7F. RGB value is (237,184,127). Sum of RGB (Red+Green+Blue) = 237+184+127=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB87F is #124780. Grayscale: #C1C1C1. Windows color (decimal): -1197953 or 8370413. OLE color: 8370413.

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

Color convert

RGB 237 184 127 -
CMYK 0 0.22 0.46 0.07
HSL 31.09º 0.75% 0.71% -
HSV(B) 31.09º 0.46% 0.93% -
XYZ 55.9 53.82 27.52 -
YUV 193.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 237 184 127 0 0.22 0.46 0.07 31.09 0.75 0.71
Hex ED B8 7F 0 16 2E 7 1F 4B 47
Octal 355 270 177 0 26 56 7 37 113 107
Binary 11101101 10111000 1111111 0 10110 101110 111 11111 1001011 1000111

Color Harmonies of #EDB87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB87F

Black with #EDB87F

Text Example


Text Example

White with #EDB87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB87F; }

 p { color: rgb(237,184,127); }

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

background-color css

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

 a { background-color: rgb(237,184,127); }

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

border-color css

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

 span { border-color: rgb(237,184,127); }

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