Html Css Color HEX #EED673 Wild Rice

📋 copy color: '#EED673'

red 238 ◦ green 214 ◦ blue 115

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

Shades of Wild Rice #EED673

Tints of Wild Rice #EED673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 41.98%
G = 37.74%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EED673 (or 0xEED673) is known color: Wild Rice. HEX triplet: EE, D6 and 73. RGB value is (238,214,115). Sum of RGB (Red+Green+Blue) = 238+214+115=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EED673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED673 is #11298C. Grayscale: #D2D2D2. Windows color (decimal): -1124749 or 7591662. OLE color: 7591662.

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

Color convert

RGB 238 214 115 -
CMYK 0 0.10 0.52 0.07
HSL 48.29º 0.78% 0.69% -
HSV(B) 48.29º 0.52% 0.93% -
XYZ 62.4 67.51 25.96 -
YUV 209.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 238 214 115 0 0.10 0.52 0.07 48.29 0.78 0.69
Hex EE D6 73 0 A 34 7 30 4E 45
Octal 356 326 163 0 12 64 7 60 116 105
Binary 11101110 11010110 1110011 0 1010 110100 111 110000 1001110 1000101

Color Harmonies of #EED673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED673

Black with #EED673

Text Example


Text Example

White with #EED673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED673; }

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

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

background-color css

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

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

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

border-color css

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

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

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