Html Css Color HEX #EED575 Wild Rice

📋 copy color: '#EED575'

red 238 ◦ green 213 ◦ blue 117

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

Shades of Wild Rice #EED575

Tints of Wild Rice #EED575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.5%

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

R = 41.9%
G = 37.5%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EED575 (or 0xEED575) is known color: Wild Rice. HEX triplet: EE, D5 and 75. RGB value is (238,213,117). Sum of RGB (Red+Green+Blue) = 238+213+117=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EED575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED575 is #112A8A. Grayscale: #D1D1D1. Windows color (decimal): -1125003 or 7722478. OLE color: 7722478.

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

Color convert

RGB 238 213 117 -
CMYK 0 0.11 0.51 0.07
HSL 47.6º 0.78% 0.7% -
HSV(B) 47.6º 0.51% 0.93% -
XYZ 62.27 67.05 26.49 -
YUV 209.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 238 213 117 0 0.11 0.51 0.07 47.6 0.78 0.7
Hex EE D5 75 0 B 33 7 30 4E 46
Octal 356 325 165 0 13 63 7 60 116 106
Binary 11101110 11010101 1110101 0 1011 110011 111 110000 1001110 1000110

Color Harmonies of #EED575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED575

Black with #EED575

Text Example


Text Example

White with #EED575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED575; }

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

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

background-color css

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

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

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

border-color css

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

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

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