Html Css Color HEX #EDB87D Corvette

📋 copy color: '#EDB87D'

red 237 ◦ green 184 ◦ blue 125

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

Shades of Corvette #EDB87D

Tints of Corvette #EDB87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.89%

R = 43.41%
G = 33.7%
B = 22.89%

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

#EDB87D (or 0xEDB87D) is known color: Corvette. HEX triplet: ED, B8 and 7D. RGB value is (237,184,125). Sum of RGB (Red+Green+Blue) = 237+184+125=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB87D is #124782. Grayscale: #C1C1C1. Windows color (decimal): -1197955 or 8239341. OLE color: 8239341.

HSL color Cylindrical-coordinate representation of color #EDB87D: hue angle of 31.61º 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 #EDB87D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 184 125 -
CMYK 0 0.22 0.47 0.07
HSL 31.61º 0.76% 0.71% -
HSV(B) 31.61º 0.47% 0.93% -
XYZ 55.77 53.77 26.84 -
YUV 193.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 237 184 125 0 0.22 0.47 0.07 31.61 0.76 0.71
Hex ED B8 7D 0 16 2F 7 20 4C 47
Octal 355 270 175 0 26 57 7 40 114 107
Binary 11101101 10111000 1111101 0 10110 101111 111 100000 1001100 1000111

Color Harmonies of #EDB87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB87D

Black with #EDB87D

Text Example


Text Example

White with #EDB87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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