Html Css Color HEX #EDBD8C Corvette

📋 copy color: '#EDBD8C'

red 237 ◦ green 189 ◦ blue 140

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

Shades of Corvette #EDBD8C

Tints of Corvette #EDBD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.39%

 BLUE value IS 140 (55.08% from 255) = 24.73%

R = 41.87%
G = 33.39%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDBD8C (or 0xEDBD8C) is known color: Corvette. HEX triplet: ED, BD and 8C. RGB value is (237,189,140). Sum of RGB (Red+Green+Blue) = 237+189+140=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD8C is #124273. Grayscale: #C6C6C6. Windows color (decimal): -1196660 or 9223661. OLE color: 9223661.

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

Color convert

RGB 237 189 140 -
CMYK 0 0.20 0.41 0.07
HSL 30.31º 0.73% 0.74% -
HSV(B) 30.31º 0.41% 0.93% -
XYZ 57.86 56.29 32.63 -
YUV 197.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 237 189 140 0 0.20 0.41 0.07 30.31 0.73 0.74
Hex ED BD 8C 0 14 29 7 1E 49 4A
Octal 355 275 214 0 24 51 7 36 111 112
Binary 11101101 10111101 10001100 0 10100 101001 111 11110 1001001 1001010

Color Harmonies of #EDBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD8C

Black with #EDBD8C

Text Example


Text Example

White with #EDBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD8C; }

 p { color: rgb(237,189,140); }

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

background-color css

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

 a { background-color: rgb(237,189,140); }

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

border-color css

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

 span { border-color: rgb(237,189,140); }

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