Html Css Color HEX #EDD483 Buff

📋 copy color: '#EDD483'

red 237 ◦ green 212 ◦ blue 131

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

Shades of Buff #EDD483

Tints of Buff #EDD483

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.55%

 BLUE value IS 131 (51.56% from 255) = 22.59%

R = 40.86%
G = 36.55%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDD483 (or 0xEDD483) is known color: Buff. HEX triplet: ED, D4 and 83. RGB value is (237,212,131). Sum of RGB (Red+Green+Blue) = 237+212+131=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 131 (51.56% from 255 or 22.59% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD483 is #122B7C. Grayscale: #D2D2D2. Windows color (decimal): -1190781 or 8639725. OLE color: 8639725.

HSL color Cylindrical-coordinate representation of color #EDD483: hue angle of 45.85º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDD483 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 131 -
CMYK 0 0.11 0.45 0.07
HSL 45.85º 0.75% 0.72% -
HSV(B) 45.85º 0.45% 0.93% -
XYZ 62.57 66.73 31.06 -
YUV 210.24 83.28 147.09 -
System Red Green Blue C M Y K H S L
Decimal 237 212 131 0 0.11 0.45 0.07 45.85 0.75 0.72
Hex ED D4 83 0 B 2D 7 2E 4B 48
Octal 355 324 203 0 13 55 7 56 113 110
Binary 11101101 11010100 10000011 0 1011 101101 111 101110 1001011 1001000

Color Harmonies of #EDD483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD483

Black with #EDD483

Text Example


Text Example

White with #EDD483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD483; }

 p { color: rgb(237,212,131); }

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

background-color css

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

 a { background-color: rgb(237,212,131); }

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

border-color css

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

 span { border-color: rgb(237,212,131); }

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