Html Css Color HEX #EDD578 Wild Rice

📋 copy color: '#EDD578'

red 237 ◦ green 213 ◦ blue 120

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

Shades of Wild Rice #EDD578

Tints of Wild Rice #EDD578

RGB

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

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

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

R = 41.58%
G = 37.37%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDD578 (or 0xEDD578) is known color: Wild Rice. HEX triplet: ED, D5 and 78. RGB value is (237,213,120). Sum of RGB (Red+Green+Blue) = 237+213+120=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD578 is #122A87. Grayscale: #D1D1D1. Windows color (decimal): -1190536 or 7919085. OLE color: 7919085.

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

Color convert

RGB 237 213 120 -
CMYK 0 0.10 0.49 0.07
HSL 47.69º 0.76% 0.7% -
HSV(B) 47.69º 0.49% 0.93% -
XYZ 62.11 66.95 27.42 -
YUV 209.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 237 213 120 0 0.10 0.49 0.07 47.69 0.76 0.7
Hex ED D5 78 0 A 31 7 30 4C 46
Octal 355 325 170 0 12 61 7 60 114 106
Binary 11101101 11010101 1111000 0 1010 110001 111 110000 1001100 1000110

Color Harmonies of #EDD578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD578

Black with #EDD578

Text Example


Text Example

White with #EDD578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD578; }

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

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

background-color css

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

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

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

border-color css

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

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

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