Html Css Color HEX #EDB87E Corvette

📋 copy color: '#EDB87E'

red 237 ◦ green 184 ◦ blue 126

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

Shades of Corvette #EDB87E

Tints of Corvette #EDB87E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.03%

R = 43.33%
G = 33.64%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDB87E (or 0xEDB87E) is known color: Corvette. HEX triplet: ED, B8 and 7E. RGB value is (237,184,126). Sum of RGB (Red+Green+Blue) = 237+184+126=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB87E is #124781. Grayscale: #C1C1C1. Windows color (decimal): -1197954 or 8304877. OLE color: 8304877.

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

Color convert

RGB 237 184 126 -
CMYK 0 0.22 0.47 0.07
HSL 31.35º 0.76% 0.71% -
HSV(B) 31.35º 0.47% 0.93% -
XYZ 55.83 53.79 27.18 -
YUV 193.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 237 184 126 0 0.22 0.47 0.07 31.35 0.76 0.71
Hex ED B8 7E 0 16 2F 7 1F 4C 47
Octal 355 270 176 0 26 57 7 37 114 107
Binary 11101101 10111000 1111110 0 10110 101111 111 11111 1001100 1000111

Color Harmonies of #EDB87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB87E

Black with #EDB87E

Text Example


Text Example

White with #EDB87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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