Html Css Color HEX #E6DC75 Wild Rice

📋 copy color: '#E6DC75'

red 230 ◦ green 220 ◦ blue 117

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

Shades of Wild Rice #E6DC75

Tints of Wild Rice #E6DC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.63%

R = 40.56%
G = 38.8%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E6DC75 (or 0xE6DC75) is known color: Wild Rice. HEX triplet: E6, DC and 75. RGB value is (230,220,117). Sum of RGB (Red+Green+Blue) = 230+220+117=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC75 is #19238A. Grayscale: #D3D3D3. Windows color (decimal): -1647499 or 7724262. OLE color: 7724262.

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

Color convert

RGB 230 220 117 -
CMYK 0 0.04 0.49 0.10
HSL 54.69º 0.69% 0.68% -
HSV(B) 54.69º 0.49% 0.9% -
XYZ 61.44 69.29 26.97 -
YUV 211.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 230 220 117 0 0.04 0.49 0.10 54.69 0.69 0.68
Hex E6 DC 75 0 4 31 A 37 45 44
Octal 346 334 165 0 4 61 12 67 105 104
Binary 11100110 11011100 1110101 0 100 110001 1010 110111 1000101 1000100

Color Harmonies of #E6DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC75

Black with #E6DC75

Text Example


Text Example

White with #E6DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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