Html Css Color HEX #EAD86C Wild Rice

📋 copy color: '#EAD86C'

red 234 ◦ green 216 ◦ blue 108

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

Shades of Wild Rice #EAD86C

Tints of Wild Rice #EAD86C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.71%

 BLUE value IS 108 (42.58% from 255) = 19.35%

R = 41.94%
G = 38.71%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EAD86C (or 0xEAD86C) is known color: Wild Rice. HEX triplet: EA, D8 and 6C. RGB value is (234,216,108). Sum of RGB (Red+Green+Blue) = 234+216+108=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD86C is #152793. Grayscale: #D1D1D1. Windows color (decimal): -1386388 or 7133418. OLE color: 7133418.

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

Color convert

RGB 234 216 108 -
CMYK 0 0.08 0.54 0.08
HSL 51.43º 0.75% 0.67% -
HSV(B) 51.43º 0.54% 0.92% -
XYZ 61.19 67.69 24.03 -
YUV 209.07 70.96 145.78 -
System Red Green Blue C M Y K H S L
Decimal 234 216 108 0 0.08 0.54 0.08 51.43 0.75 0.67
Hex EA D8 6C 0 8 36 8 33 4B 43
Octal 352 330 154 0 10 66 10 63 113 103
Binary 11101010 11011000 1101100 0 1000 110110 1000 110011 1001011 1000011

Color Harmonies of #EAD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD86C

Black with #EAD86C

Text Example


Text Example

White with #EAD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD86C; }

 p { color: rgb(234,216,108); }

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

background-color css

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

 a { background-color: rgb(234,216,108); }

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

border-color css

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

 span { border-color: rgb(234,216,108); }

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