Html Css Color HEX #E5DB6B Wild Rice

📋 copy color: '#E5DB6B'

red 229 ◦ green 219 ◦ blue 107

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

Shades of Wild Rice #E5DB6B

Tints of Wild Rice #E5DB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.28%

R = 41.26%
G = 39.46%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5DB6B (or 0xE5DB6B) is known color: Wild Rice. HEX triplet: E5, DB and 6B. RGB value is (229,219,107). Sum of RGB (Red+Green+Blue) = 229+219+107=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB6B is #1A2494. Grayscale: #D1D1D1. Windows color (decimal): -1713301 or 7068645. OLE color: 7068645.

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

Color convert

RGB 229 219 107 -
CMYK 0 0.04 0.53 0.10
HSL 55.08º 0.7% 0.66% -
HSV(B) 55.08º 0.53% 0.9% -
XYZ 60.3 68.38 23.93 -
YUV 209.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 229 219 107 0 0.04 0.53 0.10 55.08 0.7 0.66
Hex E5 DB 6B 0 4 35 A 37 46 42
Octal 345 333 153 0 4 65 12 67 106 102
Binary 11100101 11011011 1101011 0 100 110101 1010 110111 1000110 1000010

Color Harmonies of #E5DB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DB6B

Black with #E5DB6B

Text Example


Text Example

White with #E5DB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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