Html Css Color HEX #EDC286 Corvette

📋 copy color: '#EDC286'

red 237 ◦ green 194 ◦ blue 134

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

Shades of Corvette #EDC286

Tints of Corvette #EDC286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.72%

R = 41.95%
G = 34.34%
B = 23.72%

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

#EDC286 (or 0xEDC286) is known color: Corvette. HEX triplet: ED, C2 and 86. RGB value is (237,194,134). Sum of RGB (Red+Green+Blue) = 237+194+134=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC286 is #123D79. Grayscale: #C8C8C8. Windows color (decimal): -1195386 or 8831725. OLE color: 8831725.

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

Color convert

RGB 237 194 134 -
CMYK 0 0.18 0.43 0.07
HSL 34.95º 0.74% 0.73% -
HSV(B) 34.95º 0.43% 0.93% -
XYZ 58.52 58.31 30.72 -
YUV 200.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 237 194 134 0 0.18 0.43 0.07 34.95 0.74 0.73
Hex ED C2 86 0 12 2B 7 23 4A 49
Octal 355 302 206 0 22 53 7 43 112 111
Binary 11101101 11000010 10000110 0 10010 101011 111 100011 1001010 1001001

Color Harmonies of #EDC286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC286

Black with #EDC286

Text Example


Text Example

White with #EDC286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC286; }

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

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

background-color css

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

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

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

border-color css

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

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

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