Html Css Color HEX #EDBB89 Corvette

📋 copy color: '#EDBB89'

red 237 ◦ green 187 ◦ blue 137

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

Shades of Corvette #EDBB89

Tints of Corvette #EDBB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.42%

R = 42.25%
G = 33.33%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDBB89 (or 0xEDBB89) is known color: Corvette. HEX triplet: ED, BB and 89. RGB value is (237,187,137). Sum of RGB (Red+Green+Blue) = 237+187+137=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB89 is #124476. Grayscale: #C4C4C4. Windows color (decimal): -1197175 or 9026541. OLE color: 9026541.

HSL color Cylindrical-coordinate representation of color #EDBB89: hue angle of 30º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDBB89 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 187 137 -
CMYK 0 0.21 0.42 0.07
HSL 30º 0.74% 0.73% -
HSV(B) 30º 0.42% 0.93% -
XYZ 57.21 55.35 31.34 -
YUV 196.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 237 187 137 0 0.21 0.42 0.07 30 0.74 0.73
Hex ED BB 89 0 15 2A 7 1E 4A 49
Octal 355 273 211 0 25 52 7 36 112 111
Binary 11101101 10111011 10001001 0 10101 101010 111 11110 1001010 1001001

Color Harmonies of #EDBB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB89

Black with #EDBB89

Text Example


Text Example

White with #EDBB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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