Html Css Color HEX #EDD68C Buff

📋 copy color: '#EDD68C'

red 237 ◦ green 214 ◦ blue 140

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

Shades of Buff #EDD68C

Tints of Buff #EDD68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.69%

R = 40.1%
G = 36.21%
B = 23.69%

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

#EDD68C (or 0xEDD68C) is known color: Buff. HEX triplet: ED, D6 and 8C. RGB value is (237,214,140). Sum of RGB (Red+Green+Blue) = 237+214+140=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD68C is #122973. Grayscale: #D4D4D4. Windows color (decimal): -1190260 or 9230061. OLE color: 9230061.

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

Color convert

RGB 237 214 140 -
CMYK 0 0.10 0.41 0.07
HSL 45.77º 0.73% 0.74% -
HSV(B) 45.77º 0.41% 0.93% -
XYZ 63.71 67.99 34.58 -
YUV 212.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 237 214 140 0 0.10 0.41 0.07 45.77 0.73 0.74
Hex ED D6 8C 0 A 29 7 2E 49 4A
Octal 355 326 214 0 12 51 7 56 111 112
Binary 11101101 11010110 10001100 0 1010 101001 111 101110 1001001 1001010

Color Harmonies of #EDD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD68C

Black with #EDD68C

Text Example


Text Example

White with #EDD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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