Html Css Color HEX #EDBA8B Corvette

📋 copy color: '#EDBA8B'

red 237 ◦ green 186 ◦ blue 139

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

Shades of Corvette #EDBA8B

Tints of Corvette #EDBA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.73%

R = 42.17%
G = 33.1%
B = 24.73%

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

#EDBA8B (or 0xEDBA8B) is known color: Corvette. HEX triplet: ED, BA and 8B. RGB value is (237,186,139). Sum of RGB (Red+Green+Blue) = 237+186+139=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA8B is #124574. Grayscale: #C4C4C4. Windows color (decimal): -1197429 or 9157357. OLE color: 9157357.

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

Color convert

RGB 237 186 139 -
CMYK 0 0.22 0.41 0.07
HSL 28.78º 0.73% 0.74% -
HSV(B) 28.78º 0.41% 0.93% -
XYZ 57.14 54.99 32.03 -
YUV 195.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 237 186 139 0 0.22 0.41 0.07 28.78 0.73 0.74
Hex ED BA 8B 0 16 29 7 1D 49 4A
Octal 355 272 213 0 26 51 7 35 111 112
Binary 11101101 10111010 10001011 0 10110 101001 111 11101 1001001 1001010

Color Harmonies of #EDBA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA8B

Black with #EDBA8B

Text Example


Text Example

White with #EDBA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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