#EBDB75

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

Shades of Wild Rice #EBDB75

Tints of Wild Rice #EBDB75

Color information

#EBDB75 (or 0xEBDB75) is unknown color: approx Wild Rice. HEX triplet: EB, DB and 75. RGB value is (235,219,117). Sum of RGB (Red+Green+Blue) = 235+219+117=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB75 is #14248A. Grayscale: #D4D4D4. Windows color (decimal): -1320075 or 7724011. OLE color: 7724011.

HSL color Cylindrical-coordinate representation of color #EBDB75: hue angle of 51.86º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBDB75 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB235219117-
CMYK00.070.500.08
HSL51.86º74.68%69.02%-
HSV(B)51.86º50.21%92.16%-
XYZ62.869.6126.96-
YUV212.1674.3144.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 117 (46.09% from 255) = 20.49%
R=41.16%
G=38.35%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521911700.070.500.0851.8674.6869.02
HexEBDB7507328344b45
Octal35333316507621064113105
Binary111010111101101111101010111110010100011010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDB75; }

 p { color: rgb(235,219,117); }

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

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

 a { background-color: rgb(235,219,117); }

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

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

 span { border-color: rgb(235,219,117); }

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