Html Css Color HEX #EBD76E Wild Rice

📋 copy color: '#EBD76E'

red 235 ◦ green 215 ◦ blue 110

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

Shades of Wild Rice #EBD76E

Tints of Wild Rice #EBD76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.39%

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

R = 41.96%
G = 38.39%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBD76E (or 0xEBD76E) is known color: Wild Rice. HEX triplet: EB, D7 and 6E. RGB value is (235,215,110). Sum of RGB (Red+Green+Blue) = 235+215+110=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD76E is #142891. Grayscale: #D1D1D1. Windows color (decimal): -1321106 or 7264235. OLE color: 7264235.

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

Color convert

RGB 235 215 110 -
CMYK 0 0.09 0.53 0.08
HSL 50.4º 0.76% 0.68% -
HSV(B) 50.4º 0.53% 0.92% -
XYZ 61.38 67.39 24.52 -
YUV 209.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 235 215 110 0 0.09 0.53 0.08 50.4 0.76 0.68
Hex EB D7 6E 0 9 35 8 32 4C 44
Octal 353 327 156 0 11 65 10 62 114 104
Binary 11101011 11010111 1101110 0 1001 110101 1000 110010 1001100 1000100

Color Harmonies of #EBD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD76E

Black with #EBD76E

Text Example


Text Example

White with #EBD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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