Html Css Color HEX #EAD672 Wild Rice

📋 copy color: '#EAD672'

red 234 ◦ green 214 ◦ blue 114

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

Shades of Wild Rice #EAD672

Tints of Wild Rice #EAD672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.28%

R = 41.64%
G = 38.08%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAD672 (or 0xEAD672) is known color: Wild Rice. HEX triplet: EA, D6 and 72. RGB value is (234,214,114). Sum of RGB (Red+Green+Blue) = 234+214+114=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD672 is #15298D. Grayscale: #D0D0D0. Windows color (decimal): -1386894 or 7526122. OLE color: 7526122.

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

Color convert

RGB 234 214 114 -
CMYK 0 0.09 0.51 0.08
HSL 50º 0.74% 0.68% -
HSV(B) 50º 0.51% 0.92% -
XYZ 61.02 66.8 25.6 -
YUV 208.58 74.63 146.13 -
System Red Green Blue C M Y K H S L
Decimal 234 214 114 0 0.09 0.51 0.08 50 0.74 0.68
Hex EA D6 72 0 9 33 8 32 4A 44
Octal 352 326 162 0 11 63 10 62 112 104
Binary 11101010 11010110 1110010 0 1001 110011 1000 110010 1001010 1000100

Color Harmonies of #EAD672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD672

Black with #EAD672

Text Example


Text Example

White with #EAD672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD672; }

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

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

background-color css

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

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

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

border-color css

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

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

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