Html Css Color HEX #EDC287 Corvette

📋 copy color: '#EDC287'

red 237 ◦ green 194 ◦ blue 135

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

Shades of Corvette #EDC287

Tints of Corvette #EDC287

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.28%

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

R = 41.87%
G = 34.28%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDC287 (or 0xEDC287) is known color: Corvette. HEX triplet: ED, C2 and 87. RGB value is (237,194,135). Sum of RGB (Red+Green+Blue) = 237+194+135=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC287 is #123D78. Grayscale: #C8C8C8. Windows color (decimal): -1195385 or 8897261. OLE color: 8897261.

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

Color convert

RGB 237 194 135 -
CMYK 0 0.18 0.43 0.07
HSL 34.71º 0.74% 0.73% -
HSV(B) 34.71º 0.43% 0.93% -
XYZ 58.59 58.34 31.09 -
YUV 200.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 237 194 135 0 0.18 0.43 0.07 34.71 0.74 0.73
Hex ED C2 87 0 12 2B 7 23 4A 49
Octal 355 302 207 0 22 53 7 43 112 111
Binary 11101101 11000010 10000111 0 10010 101011 111 100011 1001010 1001001

Color Harmonies of #EDC287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC287

Black with #EDC287

Text Example


Text Example

White with #EDC287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC287; }

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

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

background-color css

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

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

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

border-color css

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

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

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