Html Css Color HEX #EDB978 Corvette

📋 copy color: '#EDB978'

red 237 ◦ green 185 ◦ blue 120

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

Shades of Corvette #EDB978

Tints of Corvette #EDB978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.14%

R = 43.73%
G = 34.13%
B = 22.14%

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

#EDB978 (or 0xEDB978) is known color: Corvette. HEX triplet: ED, B9 and 78. RGB value is (237,185,120). Sum of RGB (Red+Green+Blue) = 237+185+120=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB978 is #124687. Grayscale: #C1C1C1. Windows color (decimal): -1197704 or 7911917. OLE color: 7911917.

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

Color convert

RGB 237 185 120 -
CMYK 0 0.22 0.49 0.07
HSL 33.33º 0.76% 0.7% -
HSV(B) 33.33º 0.49% 0.93% -
XYZ 55.66 54.06 25.27 -
YUV 193.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 237 185 120 0 0.22 0.49 0.07 33.33 0.76 0.7
Hex ED B9 78 0 16 31 7 21 4C 46
Octal 355 271 170 0 26 61 7 41 114 106
Binary 11101101 10111001 1111000 0 10110 110001 111 100001 1001100 1000110

Color Harmonies of #EDB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB978

Black with #EDB978

Text Example


Text Example

White with #EDB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB978; }

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

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

background-color css

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

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

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

border-color css

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

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

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