#EBDE6B

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

Shades of Wild Rice #EBDE6B

Tints of Wild Rice #EBDE6B

Color information

#EBDE6B (or 0xEBDE6B) is unknown color: approx Wild Rice. HEX triplet: EB, DE and 6B. RGB value is (235,222,107). Sum of RGB (Red+Green+Blue) = 235+222+107=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 107 (42.19% from 255 or 18.97% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDE6B is #142194. Grayscale: #D5D5D5. Windows color (decimal): -1319317 or 7069419. OLE color: 7069419.

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

Color convert

RGB235222107-
CMYK00.060.540.08
HSL53.91º76.19%67.06%-
HSV(B)53.91º54.47%92.16%-
XYZ63.0470.9724.29-
YUV212.7868.31143.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 222 (87.11% from 255) = 39.36%
BLUE value IS 107 (42.19% from 255) = 18.97%
R=41.67%
G=39.36%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522210700.060.540.0853.9176.1967.06
HexEBDE6B06368364c43
Octal35333615306661066114103
Binary111010111101111011010110110110110100011011010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE6B; }

 p { color: rgb(235,222,107); }

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

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

 a { background-color: rgb(235,222,107); }

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

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

 span { border-color: rgb(235,222,107); }

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