Html Css Color HEX #EED775 Wild Rice

📋 copy color: '#EED775'

red 238 ◦ green 215 ◦ blue 117

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

Shades of Wild Rice #EED775

Tints of Wild Rice #EED775

RGB

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

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

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

R = 41.75%
G = 37.72%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EED775 (or 0xEED775) is known color: Wild Rice. HEX triplet: EE, D7 and 75. RGB value is (238,215,117). Sum of RGB (Red+Green+Blue) = 238+215+117=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EED775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED775 is #11288A. Grayscale: #D3D3D3. Windows color (decimal): -1124491 or 7722990. OLE color: 7722990.

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

Color convert

RGB 238 215 117 -
CMYK 0 0.10 0.51 0.07
HSL 48.6º 0.78% 0.7% -
HSV(B) 48.6º 0.51% 0.93% -
XYZ 62.77 68.06 26.66 -
YUV 210.71 75.12 147.47 -
System Red Green Blue C M Y K H S L
Decimal 238 215 117 0 0.10 0.51 0.07 48.6 0.78 0.7
Hex EE D7 75 0 A 33 7 31 4E 46
Octal 356 327 165 0 12 63 7 61 116 106
Binary 11101110 11010111 1110101 0 1010 110011 111 110001 1001110 1000110

Color Harmonies of #EED775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED775

Black with #EED775

Text Example


Text Example

White with #EED775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED775; }

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

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

background-color css

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

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

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

border-color css

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

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

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