Html Css Color HEX #EDBE8D Corvette

📋 copy color: '#EDBE8D'

red 237 ◦ green 190 ◦ blue 141

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

Shades of Corvette #EDBE8D

Tints of Corvette #EDBE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.82%

R = 41.73%
G = 33.45%
B = 24.82%

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

#EDBE8D (or 0xEDBE8D) is known color: Corvette. HEX triplet: ED, BE and 8D. RGB value is (237,190,141). Sum of RGB (Red+Green+Blue) = 237+190+141=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE8D is #124172. Grayscale: #C6C6C6. Windows color (decimal): -1196403 or 9289453. OLE color: 9289453.

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

Color convert

RGB 237 190 141 -
CMYK 0 0.20 0.41 0.07
HSL 30.63º 0.73% 0.74% -
HSV(B) 30.63º 0.41% 0.93% -
XYZ 58.15 56.75 33.09 -
YUV 198.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 237 190 141 0 0.20 0.41 0.07 30.63 0.73 0.74
Hex ED BE 8D 0 14 29 7 1F 49 4A
Octal 355 276 215 0 24 51 7 37 111 112
Binary 11101101 10111110 10001101 0 10100 101001 111 11111 1001001 1001010

Color Harmonies of #EDBE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE8D

Black with #EDBE8D

Text Example


Text Example

White with #EDBE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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