Html Css Color HEX #EDC084 Corvette

📋 copy color: '#EDC084'

red 237 ◦ green 192 ◦ blue 132

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

Shades of Corvette #EDC084

Tints of Corvette #EDC084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.53%

R = 42.25%
G = 34.22%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDC084 (or 0xEDC084) is known color: Corvette. HEX triplet: ED, C0 and 84. RGB value is (237,192,132). Sum of RGB (Red+Green+Blue) = 237+192+132=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC084 is #123F7B. Grayscale: #C6C6C6. Windows color (decimal): -1195900 or 8700141. OLE color: 8700141.

HSL color Cylindrical-coordinate representation of color #EDC084: hue angle of 34.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDC084 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 192 132 -
CMYK 0 0.19 0.44 0.07
HSL 34.29º 0.74% 0.72% -
HSV(B) 34.29º 0.44% 0.93% -
XYZ 57.94 57.37 29.85 -
YUV 198.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 237 192 132 0 0.19 0.44 0.07 34.29 0.74 0.72
Hex ED C0 84 0 13 2C 7 22 4A 48
Octal 355 300 204 0 23 54 7 42 112 110
Binary 11101101 11000000 10000100 0 10011 101100 111 100010 1001010 1001000

Color Harmonies of #EDC084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC084

Black with #EDC084

Text Example


Text Example

White with #EDC084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC084; }

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

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

background-color css

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

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

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

border-color css

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

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

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