Html Css Color HEX #EAD770 Wild Rice

📋 copy color: '#EAD770'

red 234 ◦ green 215 ◦ blue 112

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

Shades of Wild Rice #EAD770

Tints of Wild Rice #EAD770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.96%

R = 41.71%
G = 38.32%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAD770 (or 0xEAD770) is known color: Wild Rice. HEX triplet: EA, D7 and 70. RGB value is (234,215,112). Sum of RGB (Red+Green+Blue) = 234+215+112=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD770 is #15288F. Grayscale: #D1D1D1. Windows color (decimal): -1386640 or 7395306. OLE color: 7395306.

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

Color convert

RGB 234 215 112 -
CMYK 0 0.08 0.52 0.08
HSL 50.66º 0.74% 0.68% -
HSV(B) 50.66º 0.52% 0.92% -
XYZ 61.16 67.26 25.09 -
YUV 208.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 234 215 112 0 0.08 0.52 0.08 50.66 0.74 0.68
Hex EA D7 70 0 8 34 8 33 4A 44
Octal 352 327 160 0 10 64 10 63 112 104
Binary 11101010 11010111 1110000 0 1000 110100 1000 110011 1001010 1000100

Color Harmonies of #EAD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD770

Black with #EAD770

Text Example


Text Example

White with #EAD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD770; }

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

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

background-color css

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

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

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

border-color css

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

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

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