Html Css Color HEX #EDD68D Buff

📋 copy color: '#EDD68D'

red 237 ◦ green 214 ◦ blue 141

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

Shades of Buff #EDD68D

Tints of Buff #EDD68D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.15%

 BLUE value IS 141 (55.47% from 255) = 23.82%

R = 40.03%
G = 36.15%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDD68D (or 0xEDD68D) is known color: Buff. HEX triplet: ED, D6 and 8D. RGB value is (237,214,141). Sum of RGB (Red+Green+Blue) = 237+214+141=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD68D is #122972. Grayscale: #D4D4D4. Windows color (decimal): -1190259 or 9295597. OLE color: 9295597.

HSL color Cylindrical-coordinate representation of color #EDD68D: hue angle of 45.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDD68D is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 141 -
CMYK 0 0.10 0.41 0.07
HSL 45.63º 0.73% 0.74% -
HSV(B) 45.63º 0.41% 0.93% -
XYZ 63.78 68.02 34.97 -
YUV 212.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 237 214 141 0 0.10 0.41 0.07 45.63 0.73 0.74
Hex ED D6 8D 0 A 29 7 2E 49 4A
Octal 355 326 215 0 12 51 7 56 111 112
Binary 11101101 11010110 10001101 0 1010 101001 111 101110 1001001 1001010

Color Harmonies of #EDD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD68D

Black with #EDD68D

Text Example


Text Example

White with #EDD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD68D; }

 p { color: rgb(237,214,141); }

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

background-color css

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

 a { background-color: rgb(237,214,141); }

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

border-color css

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

 span { border-color: rgb(237,214,141); }

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