Html Css Color HEX #E5DC7B Wild Rice

📋 copy color: '#E5DC7B'

red 229 ◦ green 220 ◦ blue 123

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

Shades of Wild Rice #E5DC7B

Tints of Wild Rice #E5DC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.46%

 BLUE value IS 123 (48.44% from 255) = 21.5%

R = 40.03%
G = 38.46%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5DC7B (or 0xE5DC7B) is known color: Wild Rice. HEX triplet: E5, DC and 7B. RGB value is (229,220,123). Sum of RGB (Red+Green+Blue) = 229+220+123=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC7B is #1A2384. Grayscale: #D4D4D4. Windows color (decimal): -1713029 or 8117477. OLE color: 8117477.

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

Color convert

RGB 229 220 123 -
CMYK 0 0.04 0.46 0.10
HSL 54.91º 0.67% 0.69% -
HSV(B) 54.91º 0.46% 0.9% -
XYZ 61.48 69.27 28.87 -
YUV 211.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 229 220 123 0 0.04 0.46 0.10 54.91 0.67 0.69
Hex E5 DC 7B 0 4 2E A 37 43 45
Octal 345 334 173 0 4 56 12 67 103 105
Binary 11100101 11011100 1111011 0 100 101110 1010 110111 1000011 1000101

Color Harmonies of #E5DC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC7B

Black with #E5DC7B

Text Example


Text Example

White with #E5DC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC7B; }

 p { color: rgb(229,220,123); }

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

background-color css

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

 a { background-color: rgb(229,220,123); }

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

border-color css

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

 span { border-color: rgb(229,220,123); }

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