Html Css Color HEX #E5DA75 Wild Rice

📋 copy color: '#E5DA75'

red 229 ◦ green 218 ◦ blue 117

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

Shades of Wild Rice #E5DA75

Tints of Wild Rice #E5DA75

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.65%

 BLUE value IS 117 (46.09% from 255) = 20.74%

R = 40.6%
G = 38.65%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5DA75 (or 0xE5DA75) is known color: Wild Rice. HEX triplet: E5, DA and 75. RGB value is (229,218,117). Sum of RGB (Red+Green+Blue) = 229+218+117=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA75 is #1A258A. Grayscale: #D2D2D2. Windows color (decimal): -1713547 or 7723749. OLE color: 7723749.

HSL color Cylindrical-coordinate representation of color #E5DA75: hue angle of 54.11º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5DA75 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 218 117 -
CMYK 0 0.05 0.49 0.10
HSL 54.11º 0.68% 0.68% -
HSV(B) 54.11º 0.49% 0.9% -
XYZ 60.6 68.09 26.78 -
YUV 209.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 229 218 117 0 0.05 0.49 0.10 54.11 0.68 0.68
Hex E5 DA 75 0 5 31 A 36 44 44
Octal 345 332 165 0 5 61 12 66 104 104
Binary 11100101 11011010 1110101 0 101 110001 1010 110110 1000100 1000100

Color Harmonies of #E5DA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA75

Black with #E5DA75

Text Example


Text Example

White with #E5DA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA75; }

 p { color: rgb(229,218,117); }

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

background-color css

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

 a { background-color: rgb(229,218,117); }

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

border-color css

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

 span { border-color: rgb(229,218,117); }

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