Html Css Color HEX #E5DA7D Wild Rice

📋 copy color: '#E5DA7D'

red 229 ◦ green 218 ◦ blue 125

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

Shades of Wild Rice #E5DA7D

Tints of Wild Rice #E5DA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.85%

R = 40.03%
G = 38.11%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5DA7D (or 0xE5DA7D) is known color: Wild Rice. HEX triplet: E5, DA and 7D. RGB value is (229,218,125). Sum of RGB (Red+Green+Blue) = 229+218+125=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA7D is #1A2582. Grayscale: #D3D3D3. Windows color (decimal): -1713539 or 8248037. OLE color: 8248037.

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

Color convert

RGB 229 218 125 -
CMYK 0 0.05 0.45 0.10
HSL 53.65º 0.67% 0.69% -
HSV(B) 53.65º 0.45% 0.9% -
XYZ 61.09 68.28 29.36 -
YUV 210.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 229 218 125 0 0.05 0.45 0.10 53.65 0.67 0.69
Hex E5 DA 7D 0 5 2D A 36 43 45
Octal 345 332 175 0 5 55 12 66 103 105
Binary 11100101 11011010 1111101 0 101 101101 1010 110110 1000011 1000101

Color Harmonies of #E5DA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA7D

Black with #E5DA7D

Text Example


Text Example

White with #E5DA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA7D; }

 p { color: rgb(229,218,125); }

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

background-color css

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

 a { background-color: rgb(229,218,125); }

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

border-color css

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

 span { border-color: rgb(229,218,125); }

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