Html Css Color HEX #EDBD8B Corvette

📋 copy color: '#EDBD8B'

red 237 ◦ green 189 ◦ blue 139

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

Shades of Corvette #EDBD8B

Tints of Corvette #EDBD8B

RGB

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

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

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

R = 41.95%
G = 33.45%
B = 24.6%

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

#EDBD8B (or 0xEDBD8B) is known color: Corvette. HEX triplet: ED, BD and 8B. RGB value is (237,189,139). Sum of RGB (Red+Green+Blue) = 237+189+139=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD8B is #124274. Grayscale: #C5C5C5. Windows color (decimal): -1196661 or 9158125. OLE color: 9158125.

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

Color convert

RGB 237 189 139 -
CMYK 0 0.20 0.41 0.07
HSL 30.61º 0.73% 0.74% -
HSV(B) 30.61º 0.41% 0.93% -
XYZ 57.78 56.26 32.24 -
YUV 197.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 237 189 139 0 0.20 0.41 0.07 30.61 0.73 0.74
Hex ED BD 8B 0 14 29 7 1F 49 4A
Octal 355 275 213 0 24 51 7 37 111 112
Binary 11101101 10111101 10001011 0 10100 101001 111 11111 1001001 1001010

Color Harmonies of #EDBD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD8B

Black with #EDBD8B

Text Example


Text Example

White with #EDBD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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