Html Css Color HEX #E5DB7A Wild Rice

📋 copy color: '#E5DB7A'

red 229 ◦ green 219 ◦ blue 122

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

Shades of Wild Rice #E5DB7A

Tints of Wild Rice #E5DB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.4%

R = 40.18%
G = 38.42%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5DB7A (or 0xE5DB7A) is known color: Wild Rice. HEX triplet: E5, DB and 7A. RGB value is (229,219,122). Sum of RGB (Red+Green+Blue) = 229+219+122=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB7A is #1A2485. Grayscale: #D3D3D3. Windows color (decimal): -1713286 or 8051685. OLE color: 8051685.

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

Color convert

RGB 229 219 122 -
CMYK 0 0.04 0.47 0.10
HSL 54.39º 0.67% 0.69% -
HSV(B) 54.39º 0.47% 0.9% -
XYZ 61.16 68.73 28.45 -
YUV 210.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 229 219 122 0 0.04 0.47 0.10 54.39 0.67 0.69
Hex E5 DB 7A 0 4 2F A 36 43 45
Octal 345 333 172 0 4 57 12 66 103 105
Binary 11100101 11011011 1111010 0 100 101111 1010 110110 1000011 1000101

Color Harmonies of #E5DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DB7A

Black with #E5DB7A

Text Example


Text Example

White with #E5DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DB7A; }

 p { color: rgb(229,219,122); }

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

background-color css

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

 a { background-color: rgb(229,219,122); }

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

border-color css

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

 span { border-color: rgb(229,219,122); }

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