Html Css Color HEX #E8DE69 Wild Rice

📋 copy color: '#E8DE69'

red 232 ◦ green 222 ◦ blue 105

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

Shades of Wild Rice #E8DE69

Tints of Wild Rice #E8DE69

RGB

 RED value IS 232 (91.02% from 255) = 41.5%

 GREEN value IS 222 (87.11% from 255) = 39.71%

 BLUE value IS 105 (41.41% from 255) = 18.78%

R = 41.5%
G = 39.71%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E8DE69 (or 0xE8DE69) is known color: Wild Rice. HEX triplet: E8, DE and 69. RGB value is (232,222,105). Sum of RGB (Red+Green+Blue) = 232+222+105=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DE69 is #172196. Grayscale: #D4D4D4. Windows color (decimal): -1515927 or 6938344. OLE color: 6938344.

HSL color Cylindrical-coordinate representation of color #E8DE69: hue angle of 55.28º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8DE69 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 222 105 -
CMYK 0 0.04 0.55 0.09
HSL 55.28º 0.73% 0.66% -
HSV(B) 55.28º 0.55% 0.91% -
XYZ 61.95 70.42 23.69 -
YUV 211.65 67.81 142.51 -
System Red Green Blue C M Y K H S L
Decimal 232 222 105 0 0.04 0.55 0.09 55.28 0.73 0.66
Hex E8 DE 69 0 4 37 9 37 49 42
Octal 350 336 151 0 4 67 11 67 111 102
Binary 11101000 11011110 1101001 0 100 110111 1001 110111 1001001 1000010

Color Harmonies of #E8DE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DE69

Black with #E8DE69

Text Example


Text Example

White with #E8DE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DE69; }

 p { color: rgb(232,222,105); }

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

background-color css

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

 a { background-color: rgb(232,222,105); }

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

border-color css

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

 span { border-color: rgb(232,222,105); }

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