Html Css Color HEX #EDD974 Wild Rice

📋 copy color: '#EDD974'

red 237 ◦ green 217 ◦ blue 116

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

Shades of Wild Rice #EDD974

Tints of Wild Rice #EDD974

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.07%

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

R = 41.58%
G = 38.07%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDD974 (or 0xEDD974) is known color: Wild Rice. HEX triplet: ED, D9 and 74. RGB value is (237,217,116). Sum of RGB (Red+Green+Blue) = 237+217+116=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD974 is #12268B. Grayscale: #D3D3D3. Windows color (decimal): -1189516 or 7657965. OLE color: 7657965.

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

Color convert

RGB 237 217 116 -
CMYK 0 0.08 0.51 0.07
HSL 50.08º 0.77% 0.69% -
HSV(B) 50.08º 0.51% 0.93% -
XYZ 62.89 68.89 26.51 -
YUV 211.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 237 217 116 0 0.08 0.51 0.07 50.08 0.77 0.69
Hex ED D9 74 0 8 33 7 32 4D 45
Octal 355 331 164 0 10 63 7 62 115 105
Binary 11101101 11011001 1110100 0 1000 110011 111 110010 1001101 1000101

Color Harmonies of #EDD974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD974

Black with #EDD974

Text Example


Text Example

White with #EDD974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD974; }

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

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

background-color css

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

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

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

border-color css

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

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

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