Html Css Color HEX #EDBB8D Corvette

📋 copy color: '#EDBB8D'

red 237 ◦ green 187 ◦ blue 141

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

Shades of Corvette #EDBB8D

Tints of Corvette #EDBB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.1%

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

R = 41.95%
G = 33.1%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDBB8D (or 0xEDBB8D) is known color: Corvette. HEX triplet: ED, BB and 8D. RGB value is (237,187,141). Sum of RGB (Red+Green+Blue) = 237+187+141=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB8D is #124472. Grayscale: #C4C4C4. Windows color (decimal): -1197171 or 9288685. OLE color: 9288685.

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

Color convert

RGB 237 187 141 -
CMYK 0 0.21 0.41 0.07
HSL 28.75º 0.73% 0.74% -
HSV(B) 28.75º 0.41% 0.93% -
XYZ 57.5 55.47 32.88 -
YUV 196.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 237 187 141 0 0.21 0.41 0.07 28.75 0.73 0.74
Hex ED BB 8D 0 15 29 7 1D 49 4A
Octal 355 273 215 0 25 51 7 35 111 112
Binary 11101101 10111011 10001101 0 10101 101001 111 11101 1001001 1001010

Color Harmonies of #EDBB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB8D

Black with #EDBB8D

Text Example


Text Example

White with #EDBB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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