Html Css Color HEX #E5DD75 Wild Rice

📋 copy color: '#E5DD75'

red 229 ◦ green 221 ◦ blue 117

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

Shades of Wild Rice #E5DD75

Tints of Wild Rice #E5DD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.98%

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

R = 40.39%
G = 38.98%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5DD75 (or 0xE5DD75) is known color: Wild Rice. HEX triplet: E5, DD and 75. RGB value is (229,221,117). Sum of RGB (Red+Green+Blue) = 229+221+117=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DD75 is #1A228A. Grayscale: #D3D3D3. Windows color (decimal): -1712779 or 7724517. OLE color: 7724517.

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

Color convert

RGB 229 221 117 -
CMYK 0 0.03 0.49 0.10
HSL 55.71º 0.68% 0.68% -
HSV(B) 55.71º 0.49% 0.9% -
XYZ 61.38 69.66 27.04 -
YUV 211.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 229 221 117 0 0.03 0.49 0.10 55.71 0.68 0.68
Hex E5 DD 75 0 3 31 A 38 44 44
Octal 345 335 165 0 3 61 12 70 104 104
Binary 11100101 11011101 1110101 0 11 110001 1010 111000 1000100 1000100

Color Harmonies of #E5DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DD75

Black with #E5DD75

Text Example


Text Example

White with #E5DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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