Html Css Color HEX #E2DB7C Wild Rice

📋 copy color: '#E2DB7C'

red 226 ◦ green 219 ◦ blue 124

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

Shades of Wild Rice #E2DB7C

Tints of Wild Rice #E2DB7C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

 BLUE value IS 124 (48.83% from 255) = 21.79%

R = 39.72%
G = 38.49%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2DB7C (or 0xE2DB7C) is known color: Wild Rice. HEX triplet: E2, DB and 7C. RGB value is (226,219,124). Sum of RGB (Red+Green+Blue) = 226+219+124=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB7C is #1D2483. Grayscale: #D2D2D2. Windows color (decimal): -1909892 or 8182754. OLE color: 8182754.

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

Color convert

RGB 226 219 124 -
CMYK 0 0.03 0.45 0.11
HSL 55.88º 0.64% 0.69% -
HSV(B) 55.88º 0.45% 0.89% -
XYZ 60.33 68.29 29.07 -
YUV 210.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 226 219 124 0 0.03 0.45 0.11 55.88 0.64 0.69
Hex E2 DB 7C 0 3 2D B 38 40 45
Octal 342 333 174 0 3 55 13 70 100 105
Binary 11100010 11011011 1111100 0 11 101101 1011 111000 1000000 1000101

Color Harmonies of #E2DB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB7C

Black with #E2DB7C

Text Example


Text Example

White with #E2DB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB7C; }

 p { color: rgb(226,219,124); }

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

background-color css

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

 a { background-color: rgb(226,219,124); }

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

border-color css

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

 span { border-color: rgb(226,219,124); }

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