Html Css Color HEX #E6D17A Wild Rice

📋 copy color: '#E6D17A'

red 230 ◦ green 209 ◦ blue 122

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

Shades of Wild Rice #E6D17A

Tints of Wild Rice #E6D17A

RGB

 RED value IS 230 (90.23% from 255) = 41%

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

 BLUE value IS 122 (48.05% from 255) = 21.75%

R = 41%
G = 37.25%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6D17A (or 0xE6D17A) is known color: Wild Rice. HEX triplet: E6, D1 and 7A. RGB value is (230,209,122). Sum of RGB (Red+Green+Blue) = 230+209+122=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D17A is #192E85. Grayscale: #CDCDCD. Windows color (decimal): -1650310 or 8049126. OLE color: 8049126.

HSL color Cylindrical-coordinate representation of color #E6D17A: hue angle of 48.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6D17A is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 209 122 -
CMYK 0 0.09 0.47 0.10
HSL 48.33º 0.68% 0.69% -
HSV(B) 48.33º 0.47% 0.9% -
XYZ 58.95 63.83 27.63 -
YUV 205.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 230 209 122 0 0.09 0.47 0.10 48.33 0.68 0.69
Hex E6 D1 7A 0 9 2F A 30 44 45
Octal 346 321 172 0 11 57 12 60 104 105
Binary 11100110 11010001 1111010 0 1001 101111 1010 110000 1000100 1000101

Color Harmonies of #E6D17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D17A

Black with #E6D17A

Text Example


Text Example

White with #E6D17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D17A; }

 p { color: rgb(230,209,122); }

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

background-color css

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

 a { background-color: rgb(230,209,122); }

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

border-color css

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

 span { border-color: rgb(230,209,122); }

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