Html Css Color HEX #EDB884 Corvette

📋 copy color: '#EDB884'

red 237 ◦ green 184 ◦ blue 132

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

Shades of Corvette #EDB884

Tints of Corvette #EDB884

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.27%

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

R = 42.86%
G = 33.27%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDB884 (or 0xEDB884) is known color: Corvette. HEX triplet: ED, B8 and 84. RGB value is (237,184,132). Sum of RGB (Red+Green+Blue) = 237+184+132=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB884 is #12477B. Grayscale: #C2C2C2. Windows color (decimal): -1197948 or 8698093. OLE color: 8698093.

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

Color convert

RGB 237 184 132 -
CMYK 0 0.22 0.44 0.07
HSL 29.71º 0.74% 0.72% -
HSV(B) 29.71º 0.44% 0.93% -
XYZ 56.23 53.95 29.28 -
YUV 193.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 237 184 132 0 0.22 0.44 0.07 29.71 0.74 0.72
Hex ED B8 84 0 16 2C 7 1E 4A 48
Octal 355 270 204 0 26 54 7 36 112 110
Binary 11101101 10111000 10000100 0 10110 101100 111 11110 1001010 1001000

Color Harmonies of #EDB884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB884

Black with #EDB884

Text Example


Text Example

White with #EDB884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB884; }

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

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

background-color css

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

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

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

border-color css

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

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

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