Html Css Color HEX #E6DC69 Wild Rice

📋 copy color: '#E6DC69'

red 230 ◦ green 220 ◦ blue 105

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

Shades of Wild Rice #E6DC69

Tints of Wild Rice #E6DC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.64%

 BLUE value IS 105 (41.41% from 255) = 18.92%

R = 41.44%
G = 39.64%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6DC69 (or 0xE6DC69) is known color: Wild Rice. HEX triplet: E6, DC and 69. RGB value is (230,220,105). Sum of RGB (Red+Green+Blue) = 230+220+105=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC69 is #192396. Grayscale: #D2D2D2. Windows color (decimal): -1647511 or 6937830. OLE color: 6937830.

HSL color Cylindrical-coordinate representation of color #E6DC69: hue angle of 55.2º 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 #E6DC69 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 220 105 -
CMYK 0 0.04 0.54 0.10
HSL 55.2º 0.71% 0.66% -
HSV(B) 55.2º 0.54% 0.9% -
XYZ 60.78 69.03 23.49 -
YUV 209.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 230 220 105 0 0.04 0.54 0.10 55.2 0.71 0.66
Hex E6 DC 69 0 4 36 A 37 47 42
Octal 346 334 151 0 4 66 12 67 107 102
Binary 11100110 11011100 1101001 0 100 110110 1010 110111 1000111 1000010

Color Harmonies of #E6DC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC69

Black with #E6DC69

Text Example


Text Example

White with #E6DC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC69; }

 p { color: rgb(230,220,105); }

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

background-color css

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

 a { background-color: rgb(230,220,105); }

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

border-color css

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

 span { border-color: rgb(230,220,105); }

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