Html Css Color HEX #EAD66E Wild Rice

📋 copy color: '#EAD66E'

red 234 ◦ green 214 ◦ blue 110

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

Shades of Wild Rice #EAD66E

Tints of Wild Rice #EAD66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.71%

R = 41.94%
G = 38.35%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAD66E (or 0xEAD66E) is known color: Wild Rice. HEX triplet: EA, D6 and 6E. RGB value is (234,214,110). Sum of RGB (Red+Green+Blue) = 234+214+110=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD66E is #152991. Grayscale: #D0D0D0. Windows color (decimal): -1386898 or 7263978. OLE color: 7263978.

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

Color convert

RGB 234 214 110 -
CMYK 0 0.09 0.53 0.08
HSL 50.32º 0.75% 0.67% -
HSV(B) 50.32º 0.53% 0.92% -
XYZ 60.79 66.71 24.42 -
YUV 208.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 234 214 110 0 0.09 0.53 0.08 50.32 0.75 0.67
Hex EA D6 6E 0 9 35 8 32 4B 43
Octal 352 326 156 0 11 65 10 62 113 103
Binary 11101010 11010110 1101110 0 1001 110101 1000 110010 1001011 1000011

Color Harmonies of #EAD66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD66E

Black with #EAD66E

Text Example


Text Example

White with #EAD66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD66E; }

 p { color: rgb(234,214,110); }

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

background-color css

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

 a { background-color: rgb(234,214,110); }

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

border-color css

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

 span { border-color: rgb(234,214,110); }

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