Html Css Color HEX #EDB879 Corvette

📋 copy color: '#EDB879'

red 237 ◦ green 184 ◦ blue 121

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

Shades of Corvette #EDB879

Tints of Corvette #EDB879

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.95%

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

R = 43.73%
G = 33.95%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDB879 (or 0xEDB879) is known color: Corvette. HEX triplet: ED, B8 and 79. RGB value is (237,184,121). Sum of RGB (Red+Green+Blue) = 237+184+121=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB879 is #124786. Grayscale: #C0C0C0. Windows color (decimal): -1197959 or 7977197. OLE color: 7977197.

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

Color convert

RGB 237 184 121 -
CMYK 0 0.22 0.49 0.07
HSL 32.59º 0.76% 0.7% -
HSV(B) 32.59º 0.49% 0.93% -
XYZ 55.52 53.67 25.52 -
YUV 192.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 237 184 121 0 0.22 0.49 0.07 32.59 0.76 0.7
Hex ED B8 79 0 16 31 7 21 4C 46
Octal 355 270 171 0 26 61 7 41 114 106
Binary 11101101 10111000 1111001 0 10110 110001 111 100001 1001100 1000110

Color Harmonies of #EDB879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB879

Black with #EDB879

Text Example


Text Example

White with #EDB879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB879; }

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

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

background-color css

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

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

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

border-color css

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

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

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