Html Css Color HEX #EDB984 Corvette

📋 copy color: '#EDB984'

red 237 ◦ green 185 ◦ blue 132

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

Shades of Corvette #EDB984

Tints of Corvette #EDB984

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.39%

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

R = 42.78%
G = 33.39%
B = 23.83%

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

#EDB984 (or 0xEDB984) is known color: Corvette. HEX triplet: ED, B9 and 84. RGB value is (237,185,132). Sum of RGB (Red+Green+Blue) = 237+185+132=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB984 is #12467B. Grayscale: #C2C2C2. Windows color (decimal): -1197692 or 8698349. OLE color: 8698349.

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

Color convert

RGB 237 185 132 -
CMYK 0 0.22 0.44 0.07
HSL 30.29º 0.74% 0.72% -
HSV(B) 30.29º 0.44% 0.93% -
XYZ 56.44 54.37 29.35 -
YUV 194.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 237 185 132 0 0.22 0.44 0.07 30.29 0.74 0.72
Hex ED B9 84 0 16 2C 7 1E 4A 48
Octal 355 271 204 0 26 54 7 36 112 110
Binary 11101101 10111001 10000100 0 10110 101100 111 11110 1001010 1001000

Color Harmonies of #EDB984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB984

Black with #EDB984

Text Example


Text Example

White with #EDB984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB984; }

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

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

background-color css

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

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

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

border-color css

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

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

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