Html Css Color HEX #E2DA7D Wild Rice

📋 copy color: '#E2DA7D'

red 226 ◦ green 218 ◦ blue 125

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

Shades of Wild Rice #E2DA7D

Tints of Wild Rice #E2DA7D

RGB

 RED value IS 226 (88.67% from 255) = 39.72%

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

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

R = 39.72%
G = 38.31%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2DA7D (or 0xE2DA7D) is known color: Wild Rice. HEX triplet: E2, DA and 7D. RGB value is (226,218,125). Sum of RGB (Red+Green+Blue) = 226+218+125=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA7D is #1D2582. Grayscale: #D2D2D2. Windows color (decimal): -1910147 or 8248034. OLE color: 8248034.

HSL color Cylindrical-coordinate representation of color #E2DA7D: hue angle of 55.25º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2DA7D is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 218 125 -
CMYK 0 0.04 0.45 0.11
HSL 55.25º 0.64% 0.69% -
HSV(B) 55.25º 0.45% 0.89% -
XYZ 60.14 67.79 29.32 -
YUV 209.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 226 218 125 0 0.04 0.45 0.11 55.25 0.64 0.69
Hex E2 DA 7D 0 4 2D B 37 40 45
Octal 342 332 175 0 4 55 13 67 100 105
Binary 11100010 11011010 1111101 0 100 101101 1011 110111 1000000 1000101

Color Harmonies of #E2DA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA7D

Black with #E2DA7D

Text Example


Text Example

White with #E2DA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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