Html Css Color HEX #EDD574 Wild Rice

📋 copy color: '#EDD574'

red 237 ◦ green 213 ◦ blue 116

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

Shades of Wild Rice #EDD574

Tints of Wild Rice #EDD574

RGB

 RED value IS 237 (92.97% from 255) = 41.87%

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

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

R = 41.87%
G = 37.63%
B = 20.49%

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

#EDD574 (or 0xEDD574) is known color: Wild Rice. HEX triplet: ED, D5 and 74. RGB value is (237,213,116). Sum of RGB (Red+Green+Blue) = 237+213+116=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD574 is #122A8B. Grayscale: #D1D1D1. Windows color (decimal): -1190540 or 7656941. OLE color: 7656941.

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

Color convert

RGB 237 213 116 -
CMYK 0 0.10 0.51 0.07
HSL 48.1º 0.77% 0.69% -
HSV(B) 48.1º 0.51% 0.93% -
XYZ 61.87 66.85 26.17 -
YUV 209.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 237 213 116 0 0.10 0.51 0.07 48.1 0.77 0.69
Hex ED D5 74 0 A 33 7 30 4D 45
Octal 355 325 164 0 12 63 7 60 115 105
Binary 11101101 11010101 1110100 0 1010 110011 111 110000 1001101 1000101

Color Harmonies of #EDD574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD574

Black with #EDD574

Text Example


Text Example

White with #EDD574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD574; }

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

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

background-color css

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

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

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

border-color css

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

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

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