Html Css Color HEX #EDC184 Corvette

📋 copy color: '#EDC184'

red 237 ◦ green 193 ◦ blue 132

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

Shades of Corvette #EDC184

Tints of Corvette #EDC184

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.34%

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

R = 42.17%
G = 34.34%
B = 23.49%

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

#EDC184 (or 0xEDC184) is known color: Corvette. HEX triplet: ED, C1 and 84. RGB value is (237,193,132). Sum of RGB (Red+Green+Blue) = 237+193+132=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC184 is #123E7B. Grayscale: #C7C7C7. Windows color (decimal): -1195644 or 8700397. OLE color: 8700397.

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

Color convert

RGB 237 193 132 -
CMYK 0 0.19 0.44 0.07
HSL 34.86º 0.74% 0.72% -
HSV(B) 34.86º 0.44% 0.93% -
XYZ 58.16 57.81 29.92 -
YUV 199.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 237 193 132 0 0.19 0.44 0.07 34.86 0.74 0.72
Hex ED C1 84 0 13 2C 7 23 4A 48
Octal 355 301 204 0 23 54 7 43 112 110
Binary 11101101 11000001 10000100 0 10011 101100 111 100011 1001010 1001000

Color Harmonies of #EDC184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC184

Black with #EDC184

Text Example


Text Example

White with #EDC184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC184; }

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

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

background-color css

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

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

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

border-color css

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

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

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