Html Css Color HEX #EDB68B Corvette

📋 copy color: '#EDB68B'

red 237 ◦ green 182 ◦ blue 139

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

Shades of Corvette #EDB68B

Tints of Corvette #EDB68B

RGB

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

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

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

R = 42.47%
G = 32.62%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDB68B (or 0xEDB68B) is known color: Corvette. HEX triplet: ED, B6 and 8B. RGB value is (237,182,139). Sum of RGB (Red+Green+Blue) = 237+182+139=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB68B is #124974. Grayscale: #C1C1C1. Windows color (decimal): -1198453 or 9156333. OLE color: 9156333.

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

Color convert

RGB 237 182 139 -
CMYK 0 0.23 0.41 0.07
HSL 26.33º 0.73% 0.74% -
HSV(B) 26.33º 0.41% 0.93% -
XYZ 56.31 53.32 31.75 -
YUV 193.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 237 182 139 0 0.23 0.41 0.07 26.33 0.73 0.74
Hex ED B6 8B 0 17 29 7 1A 49 4A
Octal 355 266 213 0 27 51 7 32 111 112
Binary 11101101 10110110 10001011 0 10111 101001 111 11010 1001001 1001010

Color Harmonies of #EDB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB68B

Black with #EDB68B

Text Example


Text Example

White with #EDB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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