Html Css Color HEX #EAD778 Wild Rice

📋 copy color: '#EAD778'

red 234 ◦ green 215 ◦ blue 120

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

Shades of Wild Rice #EAD778

Tints of Wild Rice #EAD778

RGB

 RED value IS 234 (91.8% from 255) = 41.12%

 GREEN value IS 215 (84.38% from 255) = 37.79%

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

R = 41.12%
G = 37.79%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAD778 (or 0xEAD778) is known color: Wild Rice. HEX triplet: EA, D7 and 78. RGB value is (234,215,120). Sum of RGB (Red+Green+Blue) = 234+215+120=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD778 is #152887. Grayscale: #D2D2D2. Windows color (decimal): -1386632 or 7919594. OLE color: 7919594.

HSL color Cylindrical-coordinate representation of color #EAD778: hue angle of 50º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAD778 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 215 120 -
CMYK 0 0.08 0.49 0.08
HSL 50º 0.73% 0.69% -
HSV(B) 50º 0.49% 0.92% -
XYZ 61.62 67.45 27.54 -
YUV 209.85 77.29 145.22 -
System Red Green Blue C M Y K H S L
Decimal 234 215 120 0 0.08 0.49 0.08 50 0.73 0.69
Hex EA D7 78 0 8 31 8 32 49 45
Octal 352 327 170 0 10 61 10 62 111 105
Binary 11101010 11010111 1111000 0 1000 110001 1000 110010 1001001 1000101

Color Harmonies of #EAD778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD778

Black with #EAD778

Text Example


Text Example

White with #EAD778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD778; }

 p { color: rgb(234,215,120); }

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

background-color css

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

 a { background-color: rgb(234,215,120); }

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

border-color css

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

 span { border-color: rgb(234,215,120); }

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