Html Css Color HEX #EDB384 Corvette

📋 copy color: '#EDB384'

red 237 ◦ green 179 ◦ blue 132

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

Shades of Corvette #EDB384

Tints of Corvette #EDB384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.66%

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

R = 43.25%
G = 32.66%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDB384 (or 0xEDB384) is known color: Corvette. HEX triplet: ED, B3 and 84. RGB value is (237,179,132). Sum of RGB (Red+Green+Blue) = 237+179+132=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB384 is #124C7B. Grayscale: #BFBFBF. Windows color (decimal): -1199228 or 8696813. OLE color: 8696813.

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

Color convert

RGB 237 179 132 -
CMYK 0 0.24 0.44 0.07
HSL 26.86º 0.74% 0.72% -
HSV(B) 26.86º 0.44% 0.93% -
XYZ 55.21 51.91 28.94 -
YUV 190.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 237 179 132 0 0.24 0.44 0.07 26.86 0.74 0.72
Hex ED B3 84 0 18 2C 7 1B 4A 48
Octal 355 263 204 0 30 54 7 33 112 110
Binary 11101101 10110011 10000100 0 11000 101100 111 11011 1001010 1001000

Color Harmonies of #EDB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB384

Black with #EDB384

Text Example


Text Example

White with #EDB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB384; }

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

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

background-color css

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

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

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

border-color css

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

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

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