Html Css Color HEX #EDD47E Buff

📋 copy color: '#EDD47E'

red 237 ◦ green 212 ◦ blue 126

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

Shades of Buff #EDD47E

Tints of Buff #EDD47E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.91%

R = 41.22%
G = 36.87%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDD47E (or 0xEDD47E) is known color: Buff. HEX triplet: ED, D4 and 7E. RGB value is (237,212,126). Sum of RGB (Red+Green+Blue) = 237+212+126=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD47E is #122B81. Grayscale: #D2D2D2. Windows color (decimal): -1190786 or 8312045. OLE color: 8312045.

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

Color convert

RGB 237 212 126 -
CMYK 0 0.11 0.47 0.07
HSL 46.49º 0.76% 0.71% -
HSV(B) 46.49º 0.47% 0.93% -
XYZ 62.23 66.6 29.31 -
YUV 209.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 237 212 126 0 0.11 0.47 0.07 46.49 0.76 0.71
Hex ED D4 7E 0 B 2F 7 2E 4C 47
Octal 355 324 176 0 13 57 7 56 114 107
Binary 11101101 11010100 1111110 0 1011 101111 111 101110 1001100 1000111

Color Harmonies of #EDD47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD47E

Black with #EDD47E

Text Example


Text Example

White with #EDD47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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