Html Css Color HEX #EED574 Wild Rice

📋 copy color: '#EED574'

red 238 ◦ green 213 ◦ blue 116

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

Shades of Wild Rice #EED574

Tints of Wild Rice #EED574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.46%

R = 41.98%
G = 37.57%
B = 20.46%

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

#EED574 (or 0xEED574) is known color: Wild Rice. HEX triplet: EE, D5 and 74. RGB value is (238,213,116). Sum of RGB (Red+Green+Blue) = 238+213+116=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EED574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED574 is #112A8B. Grayscale: #D1D1D1. Windows color (decimal): -1125004 or 7656942. OLE color: 7656942.

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

Color convert

RGB 238 213 116 -
CMYK 0 0.11 0.51 0.07
HSL 47.7º 0.78% 0.69% -
HSV(B) 47.7º 0.51% 0.93% -
XYZ 62.21 67.03 26.18 -
YUV 209.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 238 213 116 0 0.11 0.51 0.07 47.7 0.78 0.69
Hex EE D5 74 0 B 33 7 30 4E 45
Octal 356 325 164 0 13 63 7 60 116 105
Binary 11101110 11010101 1110100 0 1011 110011 111 110000 1001110 1000101

Color Harmonies of #EED574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED574

Black with #EED574

Text Example


Text Example

White with #EED574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED574; }

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

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

background-color css

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

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

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

border-color css

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

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

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