Html Css Color HEX #EBDC76 Wild Rice

📋 copy color: '#EBDC76'

red 235 ◦ green 220 ◦ blue 118

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

Shades of Wild Rice #EBDC76

Tints of Wild Rice #EBDC76

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.39%

 BLUE value IS 118 (46.48% from 255) = 20.59%

R = 41.01%
G = 38.39%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBDC76 (or 0xEBDC76) is known color: Wild Rice. HEX triplet: EB, DC and 76. RGB value is (235,220,118). Sum of RGB (Red+Green+Blue) = 235+220+118=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC76 is #142389. Grayscale: #D5D5D5. Windows color (decimal): -1319818 or 7789803. OLE color: 7789803.

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

Color convert

RGB 235 220 118 -
CMYK 0 0.06 0.50 0.08
HSL 52.31º 0.75% 0.69% -
HSV(B) 52.31º 0.5% 0.92% -
XYZ 63.12 70.16 27.35 -
YUV 212.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 235 220 118 0 0.06 0.50 0.08 52.31 0.75 0.69
Hex EB DC 76 0 6 32 8 34 4B 45
Octal 353 334 166 0 6 62 10 64 113 105
Binary 11101011 11011100 1110110 0 110 110010 1000 110100 1001011 1000101

Color Harmonies of #EBDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC76

Black with #EBDC76

Text Example


Text Example

White with #EBDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC76; }

 p { color: rgb(235,220,118); }

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

background-color css

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

 a { background-color: rgb(235,220,118); }

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

border-color css

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

 span { border-color: rgb(235,220,118); }

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