Html Css Color HEX #EDC288 Corvette

📋 copy color: '#EDC288'

red 237 ◦ green 194 ◦ blue 136

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

Shades of Corvette #EDC288

Tints of Corvette #EDC288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.99%

R = 41.8%
G = 34.22%
B = 23.99%

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

#EDC288 (or 0xEDC288) is known color: Corvette. HEX triplet: ED, C2 and 88. RGB value is (237,194,136). Sum of RGB (Red+Green+Blue) = 237+194+136=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC288 is #123D77. Grayscale: #C8C8C8. Windows color (decimal): -1195384 or 8962797. OLE color: 8962797.

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

Color convert

RGB 237 194 136 -
CMYK 0 0.18 0.43 0.07
HSL 34.46º 0.74% 0.73% -
HSV(B) 34.46º 0.43% 0.93% -
XYZ 58.66 58.37 31.47 -
YUV 200.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 237 194 136 0 0.18 0.43 0.07 34.46 0.74 0.73
Hex ED C2 88 0 12 2B 7 22 4A 49
Octal 355 302 210 0 22 53 7 42 112 111
Binary 11101101 11000010 10001000 0 10010 101011 111 100010 1001010 1001001

Color Harmonies of #EDC288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC288

Black with #EDC288

Text Example


Text Example

White with #EDC288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC288; }

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

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

background-color css

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

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

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

border-color css

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

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

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