Html Css Color HEX #EAD474 Wild Rice

📋 copy color: '#EAD474'

red 234 ◦ green 212 ◦ blue 116

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

Shades of Wild Rice #EAD474

Tints of Wild Rice #EAD474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.64%

R = 41.64%
G = 37.72%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAD474 (or 0xEAD474) is known color: Wild Rice. HEX triplet: EA, D4 and 74. RGB value is (234,212,116). Sum of RGB (Red+Green+Blue) = 234+212+116=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD474 is #152B8B. Grayscale: #D0D0D0. Windows color (decimal): -1387404 or 7656682. OLE color: 7656682.

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

Color convert

RGB 234 212 116 -
CMYK 0 0.09 0.50 0.08
HSL 48.81º 0.74% 0.69% -
HSV(B) 48.81º 0.5% 0.92% -
XYZ 60.63 65.84 26.04 -
YUV 207.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 234 212 116 0 0.09 0.50 0.08 48.81 0.74 0.69
Hex EA D4 74 0 9 32 8 31 4A 45
Octal 352 324 164 0 11 62 10 61 112 105
Binary 11101010 11010100 1110100 0 1001 110010 1000 110001 1001010 1000101

Color Harmonies of #EAD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD474

Black with #EAD474

Text Example


Text Example

White with #EAD474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD474; }

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

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

background-color css

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

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

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

border-color css

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

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

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