Html Css Color HEX #EDC088 Corvette

📋 copy color: '#EDC088'

red 237 ◦ green 192 ◦ blue 136

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

Shades of Corvette #EDC088

Tints of Corvette #EDC088

RGB

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

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

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

R = 41.95%
G = 33.98%
B = 24.07%

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

#EDC088 (or 0xEDC088) is known color: Corvette. HEX triplet: ED, C0 and 88. RGB value is (237,192,136). Sum of RGB (Red+Green+Blue) = 237+192+136=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC088 is #123F77. Grayscale: #C7C7C7. Windows color (decimal): -1195896 or 8962285. OLE color: 8962285.

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

Color convert

RGB 237 192 136 -
CMYK 0 0.19 0.43 0.07
HSL 33.27º 0.74% 0.73% -
HSV(B) 33.27º 0.43% 0.93% -
XYZ 58.22 57.48 31.32 -
YUV 199.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 237 192 136 0 0.19 0.43 0.07 33.27 0.74 0.73
Hex ED C0 88 0 13 2B 7 21 4A 49
Octal 355 300 210 0 23 53 7 41 112 111
Binary 11101101 11000000 10001000 0 10011 101011 111 100001 1001010 1001001

Color Harmonies of #EDC088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC088

Black with #EDC088

Text Example


Text Example

White with #EDC088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC088; }

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

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

background-color css

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

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

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

border-color css

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

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

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