Html Css Color HEX #EDD279 Wild Rice

📋 copy color: '#EDD279'

red 237 ◦ green 210 ◦ blue 121

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

Shades of Wild Rice #EDD279

Tints of Wild Rice #EDD279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.97%

 BLUE value IS 121 (47.66% from 255) = 21.3%

R = 41.73%
G = 36.97%
B = 21.3%

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

#EDD279 (or 0xEDD279) is known color: Wild Rice. HEX triplet: ED, D2 and 79. RGB value is (237,210,121). Sum of RGB (Red+Green+Blue) = 237+210+121=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD279 is #122D86. Grayscale: #D0D0D0. Windows color (decimal): -1191303 or 7983853. OLE color: 7983853.

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

Color convert

RGB 237 210 121 -
CMYK 0 0.11 0.49 0.07
HSL 46.03º 0.76% 0.7% -
HSV(B) 46.03º 0.49% 0.93% -
XYZ 61.42 65.48 27.49 -
YUV 207.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 237 210 121 0 0.11 0.49 0.07 46.03 0.76 0.7
Hex ED D2 79 0 B 31 7 2E 4C 46
Octal 355 322 171 0 13 61 7 56 114 106
Binary 11101101 11010010 1111001 0 1011 110001 111 101110 1001100 1000110

Color Harmonies of #EDD279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD279

Black with #EDD279

Text Example


Text Example

White with #EDD279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD279; }

 p { color: rgb(237,210,121); }

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

background-color css

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

 a { background-color: rgb(237,210,121); }

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

border-color css

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

 span { border-color: rgb(237,210,121); }

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