Html Css Color HEX #EDB679 Corvette

📋 copy color: '#EDB679'

red 237 ◦ green 182 ◦ blue 121

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

Shades of Corvette #EDB679

Tints of Corvette #EDB679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.41%

R = 43.89%
G = 33.7%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDB679 (or 0xEDB679) is known color: Corvette. HEX triplet: ED, B6 and 79. RGB value is (237,182,121). Sum of RGB (Red+Green+Blue) = 237+182+121=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB679 is #124986. Grayscale: #BFBFBF. Windows color (decimal): -1198471 or 7976685. OLE color: 7976685.

HSL color Cylindrical-coordinate representation of color #EDB679: hue angle of 31.55º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDB679 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 182 121 -
CMYK 0 0.23 0.49 0.07
HSL 31.55º 0.76% 0.7% -
HSV(B) 31.55º 0.49% 0.93% -
XYZ 55.1 52.84 25.38 -
YUV 191.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 237 182 121 0 0.23 0.49 0.07 31.55 0.76 0.7
Hex ED B6 79 0 17 31 7 20 4C 46
Octal 355 266 171 0 27 61 7 40 114 106
Binary 11101101 10110110 1111001 0 10111 110001 111 100000 1001100 1000110

Color Harmonies of #EDB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB679

Black with #EDB679

Text Example


Text Example

White with #EDB679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB679; }

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

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

background-color css

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

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

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

border-color css

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

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

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