Html Css Color HEX #EED67D Buff

📋 copy color: '#EED67D'

red 238 ◦ green 214 ◦ blue 125

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

Shades of Buff #EED67D

Tints of Buff #EED67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.66%

R = 41.25%
G = 37.09%
B = 21.66%

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

#EED67D (or 0xEED67D) is known color: Buff. HEX triplet: EE, D6 and 7D. RGB value is (238,214,125). Sum of RGB (Red+Green+Blue) = 238+214+125=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EED67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED67D is #112982. Grayscale: #D3D3D3. Windows color (decimal): -1124739 or 8247022. OLE color: 8247022.

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

Color convert

RGB 238 214 125 -
CMYK 0 0.10 0.47 0.07
HSL 47.26º 0.77% 0.71% -
HSV(B) 47.26º 0.47% 0.93% -
XYZ 63.01 67.75 29.16 -
YUV 211.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 238 214 125 0 0.10 0.47 0.07 47.26 0.77 0.71
Hex EE D6 7D 0 A 2F 7 2F 4D 47
Octal 356 326 175 0 12 57 7 57 115 107
Binary 11101110 11010110 1111101 0 1010 101111 111 101111 1001101 1000111

Color Harmonies of #EED67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED67D

Black with #EED67D

Text Example


Text Example

White with #EED67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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