Html Css Color HEX #EAD47A Wild Rice

📋 copy color: '#EAD47A'

red 234 ◦ green 212 ◦ blue 122

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

Shades of Wild Rice #EAD47A

Tints of Wild Rice #EAD47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.48%

R = 41.2%
G = 37.32%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAD47A (or 0xEAD47A) is known color: Wild Rice. HEX triplet: EA, D4 and 7A. RGB value is (234,212,122). Sum of RGB (Red+Green+Blue) = 234+212+122=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD47A is #152B85. Grayscale: #D0D0D0. Windows color (decimal): -1387398 or 8049898. OLE color: 8049898.

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

Color convert

RGB 234 212 122 -
CMYK 0 0.09 0.48 0.08
HSL 48.21º 0.73% 0.7% -
HSV(B) 48.21º 0.48% 0.92% -
XYZ 60.99 65.98 27.93 -
YUV 208.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 234 212 122 0 0.09 0.48 0.08 48.21 0.73 0.7
Hex EA D4 7A 0 9 30 8 30 49 46
Octal 352 324 172 0 11 60 10 60 111 106
Binary 11101010 11010100 1111010 0 1001 110000 1000 110000 1001001 1000110

Color Harmonies of #EAD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD47A

Black with #EAD47A

Text Example


Text Example

White with #EAD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD47A; }

 p { color: rgb(234,212,122); }

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

background-color css

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

 a { background-color: rgb(234,212,122); }

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

border-color css

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

 span { border-color: rgb(234,212,122); }

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