Html Css Color HEX #E6DA6A Wild Rice

📋 copy color: '#E6DA6A'

red 230 ◦ green 218 ◦ blue 106

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

Shades of Wild Rice #E6DA6A

Tints of Wild Rice #E6DA6A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.35%

 BLUE value IS 106 (41.8% from 255) = 19.13%

R = 41.52%
G = 39.35%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6DA6A (or 0xE6DA6A) is known color: Wild Rice. HEX triplet: E6, DA and 6A. RGB value is (230,218,106). Sum of RGB (Red+Green+Blue) = 230+218+106=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA6A is #192595. Grayscale: #D1D1D1. Windows color (decimal): -1648022 or 7002854. OLE color: 7002854.

HSL color Cylindrical-coordinate representation of color #E6DA6A: hue angle of 54.19º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6DA6A is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 218 106 -
CMYK 0 0.05 0.54 0.10
HSL 54.19º 0.71% 0.66% -
HSV(B) 54.19º 0.54% 0.9% -
XYZ 60.31 68.01 23.58 -
YUV 208.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 230 218 106 0 0.05 0.54 0.10 54.19 0.71 0.66
Hex E6 DA 6A 0 5 36 A 36 47 42
Octal 346 332 152 0 5 66 12 66 107 102
Binary 11100110 11011010 1101010 0 101 110110 1010 110110 1000111 1000010

Color Harmonies of #E6DA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA6A

Black with #E6DA6A

Text Example


Text Example

White with #E6DA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA6A; }

 p { color: rgb(230,218,106); }

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

background-color css

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

 a { background-color: rgb(230,218,106); }

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

border-color css

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

 span { border-color: rgb(230,218,106); }

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