Html Css Color HEX #E5D768 Wild Rice

📋 copy color: '#E5D768'

red 229 ◦ green 215 ◦ blue 104

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

Shades of Wild Rice #E5D768

Tints of Wild Rice #E5D768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.98%

R = 41.79%
G = 39.23%
B = 18.98%

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

#E5D768 (or 0xE5D768) is known color: Wild Rice. HEX triplet: E5, D7 and 68. RGB value is (229,215,104). Sum of RGB (Red+Green+Blue) = 229+215+104=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D768 is #1A2897. Grayscale: #CECECE. Windows color (decimal): -1714328 or 6871013. OLE color: 6871013.

HSL color Cylindrical-coordinate representation of color #E5D768: hue angle of 53.28º 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 #E5D768 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 215 104 -
CMYK 0 0.06 0.55 0.10
HSL 53.28º 0.71% 0.65% -
HSV(B) 53.28º 0.55% 0.9% -
XYZ 59.11 66.26 22.77 -
YUV 206.53 70.14 144.03 -
System Red Green Blue C M Y K H S L
Decimal 229 215 104 0 0.06 0.55 0.10 53.28 0.71 0.65
Hex E5 D7 68 0 6 37 A 35 47 41
Octal 345 327 150 0 6 67 12 65 107 101
Binary 11100101 11010111 1101000 0 110 110111 1010 110101 1000111 1000001

Color Harmonies of #E5D768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D768

Black with #E5D768

Text Example


Text Example

White with #E5D768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D768; }

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

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

background-color css

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

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

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

border-color css

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

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

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