Html Css Color HEX #EED675 Wild Rice

📋 copy color: '#EED675'

red 238 ◦ green 214 ◦ blue 117

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

Shades of Wild Rice #EED675

Tints of Wild Rice #EED675

RGB

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

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

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

R = 41.83%
G = 37.61%
B = 20.56%

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

#EED675 (or 0xEED675) is known color: Wild Rice. HEX triplet: EE, D6 and 75. RGB value is (238,214,117). Sum of RGB (Red+Green+Blue) = 238+214+117=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EED675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED675 is #11298A. Grayscale: #D2D2D2. Windows color (decimal): -1124747 or 7722734. OLE color: 7722734.

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

Color convert

RGB 238 214 117 -
CMYK 0 0.10 0.51 0.07
HSL 48.1º 0.78% 0.7% -
HSV(B) 48.1º 0.51% 0.93% -
XYZ 62.52 67.55 26.57 -
YUV 210.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 238 214 117 0 0.10 0.51 0.07 48.1 0.78 0.7
Hex EE D6 75 0 A 33 7 30 4E 46
Octal 356 326 165 0 12 63 7 60 116 106
Binary 11101110 11010110 1110101 0 1010 110011 111 110000 1001110 1000110

Color Harmonies of #EED675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED675

Black with #EED675

Text Example


Text Example

White with #EED675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED675; }

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

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

background-color css

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

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

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

border-color css

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

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

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