Html Css Color HEX #EAD377 Wild Rice

📋 copy color: '#EAD377'

red 234 ◦ green 211 ◦ blue 119

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

Shades of Wild Rice #EAD377

Tints of Wild Rice #EAD377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.1%

R = 41.49%
G = 37.41%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAD377 (or 0xEAD377) is known color: Wild Rice. HEX triplet: EA, D3 and 77. RGB value is (234,211,119). Sum of RGB (Red+Green+Blue) = 234+211+119=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD377 is #152C88. Grayscale: #CFCFCF. Windows color (decimal): -1387657 or 7853034. OLE color: 7853034.

HSL color Cylindrical-coordinate representation of color #EAD377: hue angle of 48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAD377 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 119 -
CMYK 0 0.10 0.49 0.08
HSL 48º 0.73% 0.69% -
HSV(B) 48º 0.49% 0.92% -
XYZ 60.56 65.41 26.89 -
YUV 207.39 78.12 146.98 -
System Red Green Blue C M Y K H S L
Decimal 234 211 119 0 0.10 0.49 0.08 48 0.73 0.69
Hex EA D3 77 0 A 31 8 30 49 45
Octal 352 323 167 0 12 61 10 60 111 105
Binary 11101010 11010011 1110111 0 1010 110001 1000 110000 1001001 1000101

Color Harmonies of #EAD377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD377

Black with #EAD377

Text Example


Text Example

White with #EAD377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD377; }

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

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

background-color css

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

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

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

border-color css

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

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

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