Html Css Color HEX #EEDA73 Wild Rice

📋 copy color: '#EEDA73'

red 238 ◦ green 218 ◦ blue 115

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

Shades of Wild Rice #EEDA73

Tints of Wild Rice #EEDA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.14%

R = 41.68%
G = 38.18%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EEDA73 (or 0xEEDA73) is known color: Wild Rice. HEX triplet: EE, DA and 73. RGB value is (238,218,115). Sum of RGB (Red+Green+Blue) = 238+218+115=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA73 is #11258C. Grayscale: #D4D4D4. Windows color (decimal): -1123725 or 7592686. OLE color: 7592686.

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

Color convert

RGB 238 218 115 -
CMYK 0 0.08 0.52 0.07
HSL 50.24º 0.78% 0.69% -
HSV(B) 50.24º 0.52% 0.93% -
XYZ 63.43 69.56 26.3 -
YUV 212.24 73.13 146.38 -
System Red Green Blue C M Y K H S L
Decimal 238 218 115 0 0.08 0.52 0.07 50.24 0.78 0.69
Hex EE DA 73 0 8 34 7 32 4E 45
Octal 356 332 163 0 10 64 7 62 116 105
Binary 11101110 11011010 1110011 0 1000 110100 111 110010 1001110 1000101

Color Harmonies of #EEDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA73

Black with #EEDA73

Text Example


Text Example

White with #EEDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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