Html Css Color HEX #EDB78B Corvette

📋 copy color: '#EDB78B'

red 237 ◦ green 183 ◦ blue 139

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

Shades of Corvette #EDB78B

Tints of Corvette #EDB78B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.74%

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

R = 42.4%
G = 32.74%
B = 24.87%

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

#EDB78B (or 0xEDB78B) is known color: Corvette. HEX triplet: ED, B7 and 8B. RGB value is (237,183,139). Sum of RGB (Red+Green+Blue) = 237+183+139=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB78B is #124874. Grayscale: #C2C2C2. Windows color (decimal): -1198197 or 9156589. OLE color: 9156589.

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

Color convert

RGB 237 183 139 -
CMYK 0 0.23 0.41 0.07
HSL 26.94º 0.73% 0.74% -
HSV(B) 26.94º 0.41% 0.93% -
XYZ 56.52 53.74 31.82 -
YUV 194.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 237 183 139 0 0.23 0.41 0.07 26.94 0.73 0.74
Hex ED B7 8B 0 17 29 7 1B 49 4A
Octal 355 267 213 0 27 51 7 33 111 112
Binary 11101101 10110111 10001011 0 10111 101001 111 11011 1001001 1001010

Color Harmonies of #EDB78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB78B

Black with #EDB78B

Text Example


Text Example

White with #EDB78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB78B; }

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

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

background-color css

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

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

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

border-color css

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

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

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