Html Css Color HEX #EAD373 Wild Rice

📋 copy color: '#EAD373'

red 234 ◦ green 211 ◦ blue 115

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

Shades of Wild Rice #EAD373

Tints of Wild Rice #EAD373

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.68%

 BLUE value IS 115 (45.31% from 255) = 20.54%

R = 41.79%
G = 37.68%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAD373 (or 0xEAD373) is known color: Wild Rice. HEX triplet: EA, D3 and 73. RGB value is (234,211,115). Sum of RGB (Red+Green+Blue) = 234+211+115=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD373 is #152C8C. Grayscale: #CFCFCF. Windows color (decimal): -1387661 or 7590890. OLE color: 7590890.

HSL color Cylindrical-coordinate representation of color #EAD373: hue angle of 48.4º 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 #EAD373 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 115 -
CMYK 0 0.10 0.51 0.08
HSL 48.4º 0.74% 0.68% -
HSV(B) 48.4º 0.51% 0.92% -
XYZ 60.32 65.32 25.65 -
YUV 206.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 234 211 115 0 0.10 0.51 0.08 48.4 0.74 0.68
Hex EA D3 73 0 A 33 8 30 4A 44
Octal 352 323 163 0 12 63 10 60 112 104
Binary 11101010 11010011 1110011 0 1010 110011 1000 110000 1001010 1000100

Color Harmonies of #EAD373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD373

Black with #EAD373

Text Example


Text Example

White with #EAD373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD373; }

 p { color: rgb(234,211,115); }

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

background-color css

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

 a { background-color: rgb(234,211,115); }

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

border-color css

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

 span { border-color: rgb(234,211,115); }

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