Html Css Color HEX #EDD478 Wild Rice

📋 copy color: '#EDD478'

red 237 ◦ green 212 ◦ blue 120

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

Shades of Wild Rice #EDD478

Tints of Wild Rice #EDD478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.26%

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

R = 41.65%
G = 37.26%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDD478 (or 0xEDD478) is known color: Wild Rice. HEX triplet: ED, D4 and 78. RGB value is (237,212,120). Sum of RGB (Red+Green+Blue) = 237+212+120=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD478 is #122B87. Grayscale: #D1D1D1. Windows color (decimal): -1190792 or 7918829. OLE color: 7918829.

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

Color convert

RGB 237 212 120 -
CMYK 0 0.11 0.49 0.07
HSL 47.18º 0.76% 0.7% -
HSV(B) 47.18º 0.49% 0.93% -
XYZ 61.86 66.45 27.33 -
YUV 208.99 77.78 147.98 -
System Red Green Blue C M Y K H S L
Decimal 237 212 120 0 0.11 0.49 0.07 47.18 0.76 0.7
Hex ED D4 78 0 B 31 7 2F 4C 46
Octal 355 324 170 0 13 61 7 57 114 106
Binary 11101101 11010100 1111000 0 1011 110001 111 101111 1001100 1000110

Color Harmonies of #EDD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD478

Black with #EDD478

Text Example


Text Example

White with #EDD478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD478; }

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

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

background-color css

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

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

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

border-color css

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

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

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