Html Css Color HEX #EBDD6E Wild Rice

📋 copy color: '#EBDD6E'

red 235 ◦ green 221 ◦ blue 110

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

Shades of Wild Rice #EBDD6E

Tints of Wild Rice #EBDD6E

RGB

 RED value IS 235 (92.19% from 255) = 41.52%

 GREEN value IS 221 (86.72% from 255) = 39.05%

 BLUE value IS 110 (43.36% from 255) = 19.43%

R = 41.52%
G = 39.05%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBDD6E (or 0xEBDD6E) is known color: Wild Rice. HEX triplet: EB, DD and 6E. RGB value is (235,221,110). Sum of RGB (Red+Green+Blue) = 235+221+110=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD6E is #142291. Grayscale: #D4D4D4. Windows color (decimal): -1319570 or 7265771. OLE color: 7265771.

HSL color Cylindrical-coordinate representation of color #EBDD6E: hue angle of 53.28º 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 #EBDD6E is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 221 110 -
CMYK 0 0.06 0.53 0.08
HSL 53.28º 0.76% 0.68% -
HSV(B) 53.28º 0.53% 0.92% -
XYZ 62.93 70.5 25.04 -
YUV 212.53 70.14 144.03 -
System Red Green Blue C M Y K H S L
Decimal 235 221 110 0 0.06 0.53 0.08 53.28 0.76 0.68
Hex EB DD 6E 0 6 35 8 35 4C 44
Octal 353 335 156 0 6 65 10 65 114 104
Binary 11101011 11011101 1101110 0 110 110101 1000 110101 1001100 1000100

Color Harmonies of #EBDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD6E

Black with #EBDD6E

Text Example


Text Example

White with #EBDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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