Html Css Color HEX #EDC087 Corvette

📋 copy color: '#EDC087'

red 237 ◦ green 192 ◦ blue 135

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

Shades of Corvette #EDC087

Tints of Corvette #EDC087

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.04%

 BLUE value IS 135 (53.13% from 255) = 23.94%

R = 42.02%
G = 34.04%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDC087 (or 0xEDC087) is known color: Corvette. HEX triplet: ED, C0 and 87. RGB value is (237,192,135). Sum of RGB (Red+Green+Blue) = 237+192+135=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC087 is #123F78. Grayscale: #C7C7C7. Windows color (decimal): -1195897 or 8896749. OLE color: 8896749.

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

Color convert

RGB 237 192 135 -
CMYK 0 0.19 0.43 0.07
HSL 33.53º 0.74% 0.73% -
HSV(B) 33.53º 0.43% 0.93% -
XYZ 58.15 57.45 30.95 -
YUV 198.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 237 192 135 0 0.19 0.43 0.07 33.53 0.74 0.73
Hex ED C0 87 0 13 2B 7 22 4A 49
Octal 355 300 207 0 23 53 7 42 112 111
Binary 11101101 11000000 10000111 0 10011 101011 111 100010 1001010 1001001

Color Harmonies of #EDC087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC087

Black with #EDC087

Text Example


Text Example

White with #EDC087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC087; }

 p { color: rgb(237,192,135); }

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

background-color css

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

 a { background-color: rgb(237,192,135); }

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

border-color css

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

 span { border-color: rgb(237,192,135); }

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