Html Css Color HEX #EDD96F Wild Rice

📋 copy color: '#EDD96F'

red 237 ◦ green 217 ◦ blue 111

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

Shades of Wild Rice #EDD96F

Tints of Wild Rice #EDD96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.65%

R = 41.95%
G = 38.41%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDD96F (or 0xEDD96F) is known color: Wild Rice. HEX triplet: ED, D9 and 6F. RGB value is (237,217,111). Sum of RGB (Red+Green+Blue) = 237+217+111=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD96F is #122690. Grayscale: #D3D3D3. Windows color (decimal): -1189521 or 7330285. OLE color: 7330285.

HSL color Cylindrical-coordinate representation of color #EDD96F: hue angle of 50.48º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDD96F is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 111 -
CMYK 0 0.08 0.53 0.07
HSL 50.48º 0.78% 0.68% -
HSV(B) 50.48º 0.53% 0.93% -
XYZ 62.61 68.78 25.01 -
YUV 210.9 71.63 146.62 -
System Red Green Blue C M Y K H S L
Decimal 237 217 111 0 0.08 0.53 0.07 50.48 0.78 0.68
Hex ED D9 6F 0 8 35 7 32 4E 44
Octal 355 331 157 0 10 65 7 62 116 104
Binary 11101101 11011001 1101111 0 1000 110101 111 110010 1001110 1000100

Color Harmonies of #EDD96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD96F

Black with #EDD96F

Text Example


Text Example

White with #EDD96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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