Html Css Color HEX #EDD384 Buff

📋 copy color: '#EDD384'

red 237 ◦ green 211 ◦ blue 132

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

Shades of Buff #EDD384

Tints of Buff #EDD384

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.38%

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

R = 40.86%
G = 36.38%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDD384 (or 0xEDD384) is known color: Buff. HEX triplet: ED, D3 and 84. RGB value is (237,211,132). Sum of RGB (Red+Green+Blue) = 237+211+132=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD384 is #122C7B. Grayscale: #D2D2D2. Windows color (decimal): -1191036 or 8705005. OLE color: 8705005.

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

Color convert

RGB 237 211 132 -
CMYK 0 0.11 0.44 0.07
HSL 45.14º 0.74% 0.72% -
HSV(B) 45.14º 0.44% 0.93% -
XYZ 62.38 66.26 31.33 -
YUV 209.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 237 211 132 0 0.11 0.44 0.07 45.14 0.74 0.72
Hex ED D3 84 0 B 2C 7 2D 4A 48
Octal 355 323 204 0 13 54 7 55 112 110
Binary 11101101 11010011 10000100 0 1011 101100 111 101101 1001010 1001000

Color Harmonies of #EDD384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD384

Black with #EDD384

Text Example


Text Example

White with #EDD384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD384; }

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

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

background-color css

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

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

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

border-color css

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

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

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