#ebdd6f

Color #EBDD6F Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #EBDD6F

Tints of Wild Rice #EBDD6F

Color information

#EBDD6F (or 0xEBDD6F) is unknown color: approx Wild Rice. HEX triplet: EB, DD and 6F. RGB value is (235,221,111). Sum of RGB (Red+Green+Blue) = 235+221+111=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD6F is #142290. Grayscale: #D5D5D5. Windows color (decimal): -1319569 or 7331307. OLE color: 7331307.

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

Color convert

RGB235221111-
CMYK00.060.530.08
HSL53.23º75.61%67.84%-
HSV(B)53.23º52.77%92.16%-
XYZ62.9970.5225.33-
YUV212.6570.64143.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 111 (43.75% from 255) = 19.58%
R=41.45%
G=38.98%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522111100.060.530.0853.2375.6167.84
HexEBDD6F06358354c44
Octal35333515706651065114104
Binary111010111101110111011110110110101100011010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebdd6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebdd6f; }

 p { color: rgb(235,221,111); }

 H1.HeaderClassName
 {
   color: #ebdd6f;
 }
 .AnyTagClassName
 {
   color: #ebdd6f;
 }
</style>
background-color css

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

 a { background-color: rgb(235,221,111); }

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

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

 span { border-color: rgb(235,221,111); }

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