Html Css Color HEX #E5DC75 Wild Rice

📋 copy color: '#E5DC75'

red 229 ◦ green 220 ◦ blue 117

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

Shades of Wild Rice #E5DC75

Tints of Wild Rice #E5DC75

RGB

 RED value IS 229 (89.84% from 255) = 40.46%

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

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

R = 40.46%
G = 38.87%
B = 20.67%

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

#E5DC75 (or 0xE5DC75) is known color: Wild Rice. HEX triplet: E5, DC and 75. RGB value is (229,220,117). Sum of RGB (Red+Green+Blue) = 229+220+117=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC75 is #1A238A. Grayscale: #D3D3D3. Windows color (decimal): -1713035 or 7724261. OLE color: 7724261.

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

Color convert

RGB 229 220 117 -
CMYK 0 0.04 0.49 0.10
HSL 55.18º 0.68% 0.68% -
HSV(B) 55.18º 0.49% 0.9% -
XYZ 61.12 69.13 26.95 -
YUV 210.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 229 220 117 0 0.04 0.49 0.10 55.18 0.68 0.68
Hex E5 DC 75 0 4 31 A 37 44 44
Octal 345 334 165 0 4 61 12 67 104 104
Binary 11100101 11011100 1110101 0 100 110001 1010 110111 1000100 1000100

Color Harmonies of #E5DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC75

Black with #E5DC75

Text Example


Text Example

White with #E5DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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