Html Css Color HEX #EDD47A Buff

📋 copy color: '#EDD47A'

red 237 ◦ green 212 ◦ blue 122

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

Shades of Buff #EDD47A

Tints of Buff #EDD47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.37%

R = 41.51%
G = 37.13%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDD47A (or 0xEDD47A) is known color: Buff. HEX triplet: ED, D4 and 7A. RGB value is (237,212,122). Sum of RGB (Red+Green+Blue) = 237+212+122=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD47A is #122B85. Grayscale: #D1D1D1. Windows color (decimal): -1190790 or 8049901. OLE color: 8049901.

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

Color convert

RGB 237 212 122 -
CMYK 0 0.11 0.49 0.07
HSL 46.96º 0.76% 0.7% -
HSV(B) 46.96º 0.49% 0.93% -
XYZ 61.98 66.5 27.98 -
YUV 209.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 237 212 122 0 0.11 0.49 0.07 46.96 0.76 0.7
Hex ED D4 7A 0 B 31 7 2F 4C 46
Octal 355 324 172 0 13 61 7 57 114 106
Binary 11101101 11010100 1111010 0 1011 110001 111 101111 1001100 1000110

Color Harmonies of #EDD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD47A

Black with #EDD47A

Text Example


Text Example

White with #EDD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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