Html Css Color HEX #EDB579 Corvette

📋 copy color: '#EDB579'

red 237 ◦ green 181 ◦ blue 121

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

Shades of Corvette #EDB579

Tints of Corvette #EDB579

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.58%

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

R = 43.97%
G = 33.58%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDB579 (or 0xEDB579) is known color: Corvette. HEX triplet: ED, B5 and 79. RGB value is (237,181,121). Sum of RGB (Red+Green+Blue) = 237+181+121=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB579 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB579 is #124A86. Grayscale: #BFBFBF. Windows color (decimal): -1198727 or 7976429. OLE color: 7976429.

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

Color convert

RGB 237 181 121 -
CMYK 0 0.24 0.49 0.07
HSL 31.03º 0.76% 0.7% -
HSV(B) 31.03º 0.49% 0.93% -
XYZ 54.9 52.43 25.32 -
YUV 190.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 237 181 121 0 0.24 0.49 0.07 31.03 0.76 0.7
Hex ED B5 79 0 18 31 7 1F 4C 46
Octal 355 265 171 0 30 61 7 37 114 106
Binary 11101101 10110101 1111001 0 11000 110001 111 11111 1001100 1000110

Color Harmonies of #EDB579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB579

Black with #EDB579

Text Example


Text Example

White with #EDB579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB579; }

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

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

background-color css

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

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

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

border-color css

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

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

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