Html Css Color HEX #EDB976 Corvette

📋 copy color: '#EDB976'

red 237 ◦ green 185 ◦ blue 118

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

Shades of Corvette #EDB976

Tints of Corvette #EDB976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.85%

R = 43.89%
G = 34.26%
B = 21.85%

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

#EDB976 (or 0xEDB976) is known color: Corvette. HEX triplet: ED, B9 and 76. RGB value is (237,185,118). Sum of RGB (Red+Green+Blue) = 237+185+118=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB976 is #124689. Grayscale: #C1C1C1. Windows color (decimal): -1197706 or 7780845. OLE color: 7780845.

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

Color convert

RGB 237 185 118 -
CMYK 0 0.22 0.50 0.07
HSL 33.78º 0.77% 0.7% -
HSV(B) 33.78º 0.5% 0.93% -
XYZ 55.54 54.01 24.64 -
YUV 192.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 237 185 118 0 0.22 0.50 0.07 33.78 0.77 0.7
Hex ED B9 76 0 16 32 7 22 4D 46
Octal 355 271 166 0 26 62 7 42 115 106
Binary 11101101 10111001 1110110 0 10110 110010 111 100010 1001101 1000110

Color Harmonies of #EDB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB976

Black with #EDB976

Text Example


Text Example

White with #EDB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB976; }

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

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

background-color css

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

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

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

border-color css

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

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

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