Html Css Color HEX #EAD17C Wild Rice

📋 copy color: '#EAD17C'

red 234 ◦ green 209 ◦ blue 124

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

Shades of Wild Rice #EAD17C

Tints of Wild Rice #EAD17C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.86%

 BLUE value IS 124 (48.83% from 255) = 21.87%

R = 41.27%
G = 36.86%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAD17C (or 0xEAD17C) is known color: Wild Rice. HEX triplet: EA, D1 and 7C. RGB value is (234,209,124). Sum of RGB (Red+Green+Blue) = 234+209+124=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD17C is #152E83. Grayscale: #CFCFCF. Windows color (decimal): -1388164 or 8180202. OLE color: 8180202.

HSL color Cylindrical-coordinate representation of color #EAD17C: hue angle of 46.36º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAD17C is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 209 124 -
CMYK 0 0.11 0.47 0.08
HSL 46.36º 0.72% 0.7% -
HSV(B) 46.36º 0.47% 0.92% -
XYZ 60.37 64.55 28.35 -
YUV 206.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 234 209 124 0 0.11 0.47 0.08 46.36 0.72 0.7
Hex EA D1 7C 0 B 2F 8 2E 48 46
Octal 352 321 174 0 13 57 10 56 110 106
Binary 11101010 11010001 1111100 0 1011 101111 1000 101110 1001000 1000110

Color Harmonies of #EAD17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD17C

Black with #EAD17C

Text Example


Text Example

White with #EAD17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD17C; }

 p { color: rgb(234,209,124); }

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

background-color css

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

 a { background-color: rgb(234,209,124); }

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

border-color css

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

 span { border-color: rgb(234,209,124); }

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