Html Css Color HEX #EDB779 Corvette

📋 copy color: '#EDB779'

red 237 ◦ green 183 ◦ blue 121

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

Shades of Corvette #EDB779

Tints of Corvette #EDB779

RGB

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

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

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

R = 43.81%
G = 33.83%
B = 22.37%

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

#EDB779 (or 0xEDB779) is known color: Corvette. HEX triplet: ED, B7 and 79. RGB value is (237,183,121). Sum of RGB (Red+Green+Blue) = 237+183+121=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB779 is #124886. Grayscale: #C0C0C0. Windows color (decimal): -1198215 or 7976941. OLE color: 7976941.

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

Color convert

RGB 237 183 121 -
CMYK 0 0.23 0.49 0.07
HSL 32.07º 0.76% 0.7% -
HSV(B) 32.07º 0.49% 0.93% -
XYZ 55.31 53.25 25.45 -
YUV 192.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 237 183 121 0 0.23 0.49 0.07 32.07 0.76 0.7
Hex ED B7 79 0 17 31 7 20 4C 46
Octal 355 267 171 0 27 61 7 40 114 106
Binary 11101101 10110111 1111001 0 10111 110001 111 100000 1001100 1000110

Color Harmonies of #EDB779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB779

Black with #EDB779

Text Example


Text Example

White with #EDB779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB779; }

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

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

background-color css

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

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

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

border-color css

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

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

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