Html Css Color HEX #EDB678 Corvette

📋 copy color: '#EDB678'

red 237 ◦ green 182 ◦ blue 120

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

Shades of Corvette #EDB678

Tints of Corvette #EDB678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.77%

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

R = 43.97%
G = 33.77%
B = 22.26%

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

#EDB678 (or 0xEDB678) is known color: Corvette. HEX triplet: ED, B6 and 78. RGB value is (237,182,120). Sum of RGB (Red+Green+Blue) = 237+182+120=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB678 is #124987. Grayscale: #BFBFBF. Windows color (decimal): -1198472 or 7911149. OLE color: 7911149.

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

Color convert

RGB 237 182 120 -
CMYK 0 0.23 0.49 0.07
HSL 31.79º 0.76% 0.7% -
HSV(B) 31.79º 0.49% 0.93% -
XYZ 55.04 52.82 25.06 -
YUV 191.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 237 182 120 0 0.23 0.49 0.07 31.79 0.76 0.7
Hex ED B6 78 0 17 31 7 20 4C 46
Octal 355 266 170 0 27 61 7 40 114 106
Binary 11101101 10110110 1111000 0 10111 110001 111 100000 1001100 1000110

Color Harmonies of #EDB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB678

Black with #EDB678

Text Example


Text Example

White with #EDB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB678; }

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

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

background-color css

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

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

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

border-color css

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

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

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