Html Css Color HEX #E5D767 Wild Rice

📋 copy color: '#E5D767'

red 229 ◦ green 215 ◦ blue 103

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

Shades of Wild Rice #E5D767

Tints of Wild Rice #E5D767

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.31%

 BLUE value IS 103 (40.63% from 255) = 18.83%

R = 41.86%
G = 39.31%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E5D767 (or 0xE5D767) is known color: Wild Rice. HEX triplet: E5, D7 and 67. RGB value is (229,215,103). Sum of RGB (Red+Green+Blue) = 229+215+103=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D767 is #1A2898. Grayscale: #CECECE. Windows color (decimal): -1714329 or 6805477. OLE color: 6805477.

HSL color Cylindrical-coordinate representation of color #E5D767: hue angle of 53.33º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5D767 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 215 103 -
CMYK 0 0.06 0.55 0.10
HSL 53.33º 0.71% 0.65% -
HSV(B) 53.33º 0.55% 0.9% -
XYZ 59.06 66.24 22.5 -
YUV 206.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 229 215 103 0 0.06 0.55 0.10 53.33 0.71 0.65
Hex E5 D7 67 0 6 37 A 35 47 41
Octal 345 327 147 0 6 67 12 65 107 101
Binary 11100101 11010111 1100111 0 110 110111 1010 110101 1000111 1000001

Color Harmonies of #E5D767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D767

Black with #E5D767

Text Example


Text Example

White with #E5D767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D767; }

 p { color: rgb(229,215,103); }

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

background-color css

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

 a { background-color: rgb(229,215,103); }

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

border-color css

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

 span { border-color: rgb(229,215,103); }

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