Html Css Color HEX #EBD076 Wild Rice

📋 copy color: '#EBD076'

red 235 ◦ green 208 ◦ blue 118

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

Shades of Wild Rice #EBD076

Tints of Wild Rice #EBD076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.08%

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

R = 41.89%
G = 37.08%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBD076 (or 0xEBD076) is known color: Wild Rice. HEX triplet: EB, D0 and 76. RGB value is (235,208,118). Sum of RGB (Red+Green+Blue) = 235+208+118=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD076 is #142F89. Grayscale: #CECECE. Windows color (decimal): -1322890 or 7786731. OLE color: 7786731.

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

Color convert

RGB 235 208 118 -
CMYK 0 0.11 0.50 0.08
HSL 46.15º 0.75% 0.69% -
HSV(B) 46.15º 0.5% 0.92% -
XYZ 60.09 64.08 26.34 -
YUV 205.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 235 208 118 0 0.11 0.50 0.08 46.15 0.75 0.69
Hex EB D0 76 0 B 32 8 2E 4B 45
Octal 353 320 166 0 13 62 10 56 113 105
Binary 11101011 11010000 1110110 0 1011 110010 1000 101110 1001011 1000101

Color Harmonies of #EBD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD076

Black with #EBD076

Text Example


Text Example

White with #EBD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD076; }

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

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

background-color css

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

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

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

border-color css

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

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

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