Html Css Color HEX #EDD178 Wild Rice

📋 copy color: '#EDD178'

red 237 ◦ green 209 ◦ blue 120

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

Shades of Wild Rice #EDD178

Tints of Wild Rice #EDD178

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.93%

 BLUE value IS 120 (47.27% from 255) = 21.2%

R = 41.87%
G = 36.93%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDD178 (or 0xEDD178) is known color: Wild Rice. HEX triplet: ED, D1 and 78. RGB value is (237,209,120). Sum of RGB (Red+Green+Blue) = 237+209+120=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD178 is #122E87. Grayscale: #CFCFCF. Windows color (decimal): -1191560 or 7918061. OLE color: 7918061.

HSL color Cylindrical-coordinate representation of color #EDD178: hue angle of 45.64º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDD178 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 120 -
CMYK 0 0.12 0.49 0.07
HSL 45.64º 0.76% 0.7% -
HSV(B) 45.64º 0.49% 0.93% -
XYZ 61.12 64.96 27.09 -
YUV 207.23 78.78 149.24 -
System Red Green Blue C M Y K H S L
Decimal 237 209 120 0 0.12 0.49 0.07 45.64 0.76 0.7
Hex ED D1 78 0 C 31 7 2E 4C 46
Octal 355 321 170 0 14 61 7 56 114 106
Binary 11101101 11010001 1111000 0 1100 110001 111 101110 1001100 1000110

Color Harmonies of #EDD178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD178

Black with #EDD178

Text Example


Text Example

White with #EDD178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD178; }

 p { color: rgb(237,209,120); }

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

background-color css

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

 a { background-color: rgb(237,209,120); }

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

border-color css

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

 span { border-color: rgb(237,209,120); }

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