Html Css Color HEX #EED67F Buff

📋 copy color: '#EED67F'

red 238 ◦ green 214 ◦ blue 127

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

Shades of Buff #EED67F

Tints of Buff #EED67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.93%

R = 41.11%
G = 36.96%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EED67F (or 0xEED67F) is known color: Buff. HEX triplet: EE, D6 and 7F. RGB value is (238,214,127). Sum of RGB (Red+Green+Blue) = 238+214+127=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EED67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED67F is #112980. Grayscale: #D3D3D3. Windows color (decimal): -1124737 or 8378094. OLE color: 8378094.

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

Color convert

RGB 238 214 127 -
CMYK 0 0.10 0.47 0.07
HSL 47.03º 0.77% 0.72% -
HSV(B) 47.03º 0.47% 0.93% -
XYZ 63.14 67.8 29.84 -
YUV 211.26 80.45 147.07 -
System Red Green Blue C M Y K H S L
Decimal 238 214 127 0 0.10 0.47 0.07 47.03 0.77 0.72
Hex EE D6 7F 0 A 2F 7 2F 4D 48
Octal 356 326 177 0 12 57 7 57 115 110
Binary 11101110 11010110 1111111 0 1010 101111 111 101111 1001101 1001000

Color Harmonies of #EED67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED67F

Black with #EED67F

Text Example


Text Example

White with #EED67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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