Html Css Color HEX #EDBA8C Corvette

📋 copy color: '#EDBA8C'

red 237 ◦ green 186 ◦ blue 140

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

Shades of Corvette #EDBA8C

Tints of Corvette #EDBA8C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.04%

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

R = 42.1%
G = 33.04%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDBA8C (or 0xEDBA8C) is known color: Corvette. HEX triplet: ED, BA and 8C. RGB value is (237,186,140). Sum of RGB (Red+Green+Blue) = 237+186+140=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA8C is #124573. Grayscale: #C4C4C4. Windows color (decimal): -1197428 or 9222893. OLE color: 9222893.

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

Color convert

RGB 237 186 140 -
CMYK 0 0.22 0.41 0.07
HSL 28.45º 0.73% 0.74% -
HSV(B) 28.45º 0.41% 0.93% -
XYZ 57.22 55.02 32.41 -
YUV 196.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 237 186 140 0 0.22 0.41 0.07 28.45 0.73 0.74
Hex ED BA 8C 0 16 29 7 1C 49 4A
Octal 355 272 214 0 26 51 7 34 111 112
Binary 11101101 10111010 10001100 0 10110 101001 111 11100 1001001 1001010

Color Harmonies of #EDBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA8C

Black with #EDBA8C

Text Example


Text Example

White with #EDBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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