Html Css Color HEX #EED67C Buff

📋 copy color: '#EED67C'

red 238 ◦ green 214 ◦ blue 124

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

Shades of Buff #EED67C

Tints of Buff #EED67C

RGB

 RED value IS 238 (93.36% from 255) = 41.32%

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

 BLUE value IS 124 (48.83% from 255) = 21.53%

R = 41.32%
G = 37.15%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EED67C (or 0xEED67C) is known color: Buff. HEX triplet: EE, D6 and 7C. RGB value is (238,214,124). Sum of RGB (Red+Green+Blue) = 238+214+124=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EED67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED67C is #112983. Grayscale: #D3D3D3. Windows color (decimal): -1124740 or 8181486. OLE color: 8181486.

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

Color convert

RGB 238 214 124 -
CMYK 0 0.10 0.48 0.07
HSL 47.37º 0.77% 0.71% -
HSV(B) 47.37º 0.48% 0.93% -
XYZ 62.94 67.73 28.82 -
YUV 210.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 238 214 124 0 0.10 0.48 0.07 47.37 0.77 0.71
Hex EE D6 7C 0 A 30 7 2F 4D 47
Octal 356 326 174 0 12 60 7 57 115 107
Binary 11101110 11010110 1111100 0 1010 110000 111 101111 1001101 1000111

Color Harmonies of #EED67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED67C

Black with #EED67C

Text Example


Text Example

White with #EED67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED67C; }

 p { color: rgb(238,214,124); }

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

background-color css

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

 a { background-color: rgb(238,214,124); }

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

border-color css

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

 span { border-color: rgb(238,214,124); }

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