Html Css Color HEX #EAD376 Wild Rice

📋 copy color: '#EAD376'

red 234 ◦ green 211 ◦ blue 118

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

Shades of Wild Rice #EAD376

Tints of Wild Rice #EAD376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.96%

R = 41.56%
G = 37.48%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAD376 (or 0xEAD376) is known color: Wild Rice. HEX triplet: EA, D3 and 76. RGB value is (234,211,118). Sum of RGB (Red+Green+Blue) = 234+211+118=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD376 is #152C89. Grayscale: #CFCFCF. Windows color (decimal): -1387658 or 7787498. OLE color: 7787498.

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

Color convert

RGB 234 211 118 -
CMYK 0 0.10 0.50 0.08
HSL 48.1º 0.73% 0.69% -
HSV(B) 48.1º 0.5% 0.92% -
XYZ 60.5 65.39 26.57 -
YUV 207.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 234 211 118 0 0.10 0.50 0.08 48.1 0.73 0.69
Hex EA D3 76 0 A 32 8 30 49 45
Octal 352 323 166 0 12 62 10 60 111 105
Binary 11101010 11010011 1110110 0 1010 110010 1000 110000 1001001 1000101

Color Harmonies of #EAD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD376

Black with #EAD376

Text Example


Text Example

White with #EAD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD376; }

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

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

background-color css

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

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

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

border-color css

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

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

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