Html Css Color HEX #EED478 Buff

📋 copy color: '#EED478'

red 238 ◦ green 212 ◦ blue 120

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

Shades of Buff #EED478

Tints of Buff #EED478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.19%

 BLUE value IS 120 (47.27% from 255) = 21.05%

R = 41.75%
G = 37.19%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EED478 (or 0xEED478) is known color: Buff. HEX triplet: EE, D4 and 78. RGB value is (238,212,120). Sum of RGB (Red+Green+Blue) = 238+212+120=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EED478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED478 is #112B87. Grayscale: #D1D1D1. Windows color (decimal): -1125256 or 7918830. OLE color: 7918830.

HSL color Cylindrical-coordinate representation of color #EED478: hue angle of 46.78º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED478 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 212 120 -
CMYK 0 0.11 0.50 0.07
HSL 46.78º 0.78% 0.7% -
HSV(B) 46.78º 0.5% 0.93% -
XYZ 62.19 66.62 27.35 -
YUV 209.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 238 212 120 0 0.11 0.50 0.07 46.78 0.78 0.7
Hex EE D4 78 0 B 32 7 2F 4E 46
Octal 356 324 170 0 13 62 7 57 116 106
Binary 11101110 11010100 1111000 0 1011 110010 111 101111 1001110 1000110

Color Harmonies of #EED478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED478

Black with #EED478

Text Example


Text Example

White with #EED478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED478; }

 p { color: rgb(238,212,120); }

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

background-color css

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

 a { background-color: rgb(238,212,120); }

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

border-color css

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

 span { border-color: rgb(238,212,120); }

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