Html Css Color HEX #EDBE8C Corvette

📋 copy color: '#EDBE8C'

red 237 ◦ green 190 ◦ blue 140

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

Shades of Corvette #EDBE8C

Tints of Corvette #EDBE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.51%

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

R = 41.8%
G = 33.51%
B = 24.69%

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

#EDBE8C (or 0xEDBE8C) is known color: Corvette. HEX triplet: ED, BE and 8C. RGB value is (237,190,140). Sum of RGB (Red+Green+Blue) = 237+190+140=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE8C is #124173. Grayscale: #C6C6C6. Windows color (decimal): -1196404 or 9223917. OLE color: 9223917.

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

Color convert

RGB 237 190 140 -
CMYK 0 0.20 0.41 0.07
HSL 30.93º 0.73% 0.74% -
HSV(B) 30.93º 0.41% 0.93% -
XYZ 58.07 56.72 32.7 -
YUV 198.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 237 190 140 0 0.20 0.41 0.07 30.93 0.73 0.74
Hex ED BE 8C 0 14 29 7 1F 49 4A
Octal 355 276 214 0 24 51 7 37 111 112
Binary 11101101 10111110 10001100 0 10100 101001 111 11111 1001001 1001010

Color Harmonies of #EDBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE8C

Black with #EDBE8C

Text Example


Text Example

White with #EDBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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