Html Css Color HEX #EDB777 Corvette

📋 copy color: '#EDB777'

red 237 ◦ green 183 ◦ blue 119

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

Shades of Corvette #EDB777

Tints of Corvette #EDB777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.08%

R = 43.97%
G = 33.95%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDB777 (or 0xEDB777) is known color: Corvette. HEX triplet: ED, B7 and 77. RGB value is (237,183,119). Sum of RGB (Red+Green+Blue) = 237+183+119=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB777 is #124888. Grayscale: #C0C0C0. Windows color (decimal): -1198217 or 7845869. OLE color: 7845869.

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

Color convert

RGB 237 183 119 -
CMYK 0 0.23 0.50 0.07
HSL 32.54º 0.77% 0.7% -
HSV(B) 32.54º 0.5% 0.93% -
XYZ 55.19 53.2 24.81 -
YUV 191.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 237 183 119 0 0.23 0.50 0.07 32.54 0.77 0.7
Hex ED B7 77 0 17 32 7 21 4D 46
Octal 355 267 167 0 27 62 7 41 115 106
Binary 11101101 10110111 1110111 0 10111 110010 111 100001 1001101 1000110

Color Harmonies of #EDB777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB777

Black with #EDB777

Text Example


Text Example

White with #EDB777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB777; }

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

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

background-color css

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

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

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

border-color css

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

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

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