Html Css Color HEX #EEDA75 Wild Rice

📋 copy color: '#EEDA75'

red 238 ◦ green 218 ◦ blue 117

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

Shades of Wild Rice #EEDA75

Tints of Wild Rice #EEDA75

RGB

 RED value IS 238 (93.36% from 255) = 41.54%

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

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

R = 41.54%
G = 38.05%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEDA75 (or 0xEEDA75) is known color: Wild Rice. HEX triplet: EE, DA and 75. RGB value is (238,218,117). Sum of RGB (Red+Green+Blue) = 238+218+117=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA75 is #11258A. Grayscale: #D4D4D4. Windows color (decimal): -1123723 or 7723758. OLE color: 7723758.

HSL color Cylindrical-coordinate representation of color #EEDA75: hue angle of 50.08º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEDA75 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 117 -
CMYK 0 0.08 0.51 0.07
HSL 50.08º 0.78% 0.7% -
HSV(B) 50.08º 0.51% 0.93% -
XYZ 63.54 69.6 26.92 -
YUV 212.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 238 218 117 0 0.08 0.51 0.07 50.08 0.78 0.7
Hex EE DA 75 0 8 33 7 32 4E 46
Octal 356 332 165 0 10 63 7 62 116 106
Binary 11101110 11011010 1110101 0 1000 110011 111 110010 1001110 1000110

Color Harmonies of #EEDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA75

Black with #EEDA75

Text Example


Text Example

White with #EEDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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