Html Css Color HEX #EDC078 Corvette

📋 copy color: '#EDC078'

red 237 ◦ green 192 ◦ blue 120

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

Shades of Corvette #EDC078

Tints of Corvette #EDC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.97%

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

R = 43.17%
G = 34.97%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDC078 (or 0xEDC078) is known color: Corvette. HEX triplet: ED, C0 and 78. RGB value is (237,192,120). Sum of RGB (Red+Green+Blue) = 237+192+120=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC078 is #123F87. Grayscale: #C5C5C5. Windows color (decimal): -1195912 or 7913709. OLE color: 7913709.

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

Color convert

RGB 237 192 120 -
CMYK 0 0.19 0.49 0.07
HSL 36.92º 0.76% 0.7% -
HSV(B) 36.92º 0.49% 0.93% -
XYZ 57.16 57.06 25.77 -
YUV 197.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 237 192 120 0 0.19 0.49 0.07 36.92 0.76 0.7
Hex ED C0 78 0 13 31 7 25 4C 46
Octal 355 300 170 0 23 61 7 45 114 106
Binary 11101101 11000000 1111000 0 10011 110001 111 100101 1001100 1000110

Color Harmonies of #EDC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC078

Black with #EDC078

Text Example


Text Example

White with #EDC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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