Html Css Color HEX #EDB689 Corvette

📋 copy color: '#EDB689'

red 237 ◦ green 182 ◦ blue 137

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

Shades of Corvette #EDB689

Tints of Corvette #EDB689

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.73%

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

R = 42.63%
G = 32.73%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDB689 (or 0xEDB689) is known color: Corvette. HEX triplet: ED, B6 and 89. RGB value is (237,182,137). Sum of RGB (Red+Green+Blue) = 237+182+137=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 137 (53.91% from 255 or 24.64% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB689 is #124976. Grayscale: #C1C1C1. Windows color (decimal): -1198455 or 9025261. OLE color: 9025261.

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

Color convert

RGB 237 182 137 -
CMYK 0 0.23 0.42 0.07
HSL 27º 0.74% 0.73% -
HSV(B) 27º 0.42% 0.93% -
XYZ 56.17 53.27 30.99 -
YUV 193.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 237 182 137 0 0.23 0.42 0.07 27 0.74 0.73
Hex ED B6 89 0 17 2A 7 1B 4A 49
Octal 355 266 211 0 27 52 7 33 112 111
Binary 11101101 10110110 10001001 0 10111 101010 111 11011 1001010 1001001

Color Harmonies of #EDB689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB689

Black with #EDB689

Text Example


Text Example

White with #EDB689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB689; }

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

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

background-color css

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

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

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

border-color css

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

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

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