Html Css Color HEX #EDB778 Corvette

📋 copy color: '#EDB778'

red 237 ◦ green 183 ◦ blue 120

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

Shades of Corvette #EDB778

Tints of Corvette #EDB778

RGB

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

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

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

R = 43.89%
G = 33.89%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDB778 (or 0xEDB778) is known color: Corvette. HEX triplet: ED, B7 and 78. RGB value is (237,183,120). Sum of RGB (Red+Green+Blue) = 237+183+120=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB778 is #124887. Grayscale: #C0C0C0. Windows color (decimal): -1198216 or 7911405. OLE color: 7911405.

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

Color convert

RGB 237 183 120 -
CMYK 0 0.23 0.49 0.07
HSL 32.31º 0.76% 0.7% -
HSV(B) 32.31º 0.49% 0.93% -
XYZ 55.25 53.23 25.13 -
YUV 191.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 237 183 120 0 0.23 0.49 0.07 32.31 0.76 0.7
Hex ED B7 78 0 17 31 7 20 4C 46
Octal 355 267 170 0 27 61 7 40 114 106
Binary 11101101 10110111 1111000 0 10111 110001 111 100000 1001100 1000110

Color Harmonies of #EDB778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB778

Black with #EDB778

Text Example


Text Example

White with #EDB778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB778; }

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

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

background-color css

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

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

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

border-color css

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

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

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