Html Css Color HEX #EDB977 Corvette

📋 copy color: '#EDB977'

red 237 ◦ green 185 ◦ blue 119

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

Shades of Corvette #EDB977

Tints of Corvette #EDB977

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.2%

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

R = 43.81%
G = 34.2%
B = 22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDB977 (or 0xEDB977) is known color: Corvette. HEX triplet: ED, B9 and 77. RGB value is (237,185,119). Sum of RGB (Red+Green+Blue) = 237+185+119=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB977 is #124688. Grayscale: #C1C1C1. Windows color (decimal): -1197705 or 7846381. OLE color: 7846381.

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

Color convert

RGB 237 185 119 -
CMYK 0 0.22 0.50 0.07
HSL 33.56º 0.77% 0.7% -
HSV(B) 33.56º 0.5% 0.93% -
XYZ 55.6 54.03 24.95 -
YUV 193.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 237 185 119 0 0.22 0.50 0.07 33.56 0.77 0.7
Hex ED B9 77 0 16 32 7 22 4D 46
Octal 355 271 167 0 26 62 7 42 115 106
Binary 11101101 10111001 1110111 0 10110 110010 111 100010 1001101 1000110

Color Harmonies of #EDB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB977

Black with #EDB977

Text Example


Text Example

White with #EDB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB977; }

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

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

background-color css

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

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

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

border-color css

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

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

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