Html Css Color HEX #EED27F Buff

📋 copy color: '#EED27F'

red 238 ◦ green 210 ◦ blue 127

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

Shades of Buff #EED27F

Tints of Buff #EED27F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.52%

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

R = 41.39%
G = 36.52%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EED27F (or 0xEED27F) is known color: Buff. HEX triplet: EE, D2 and 7F. RGB value is (238,210,127). Sum of RGB (Red+Green+Blue) = 238+210+127=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EED27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED27F is #112D80. Grayscale: #D1D1D1. Windows color (decimal): -1125761 or 8377070. OLE color: 8377070.

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

Color convert

RGB 238 210 127 -
CMYK 0 0.12 0.47 0.07
HSL 44.86º 0.77% 0.72% -
HSV(B) 44.86º 0.47% 0.93% -
XYZ 62.14 65.8 29.5 -
YUV 208.91 81.78 148.75 -
System Red Green Blue C M Y K H S L
Decimal 238 210 127 0 0.12 0.47 0.07 44.86 0.77 0.72
Hex EE D2 7F 0 C 2F 7 2D 4D 48
Octal 356 322 177 0 14 57 7 55 115 110
Binary 11101110 11010010 1111111 0 1100 101111 111 101101 1001101 1001000

Color Harmonies of #EED27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED27F

Black with #EED27F

Text Example


Text Example

White with #EED27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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