Html Css Color HEX #EBDE6E Wild Rice

📋 copy color: '#EBDE6E'

red 235 ◦ green 222 ◦ blue 110

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

Shades of Wild Rice #EBDE6E

Tints of Wild Rice #EBDE6E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.15%

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

R = 41.45%
G = 39.15%
B = 19.4%

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

#EBDE6E (or 0xEBDE6E) is known color: Wild Rice. HEX triplet: EB, DE and 6E. RGB value is (235,222,110). Sum of RGB (Red+Green+Blue) = 235+222+110=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDE6E is #142191. Grayscale: #D5D5D5. Windows color (decimal): -1319314 or 7266027. OLE color: 7266027.

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

Color convert

RGB 235 222 110 -
CMYK 0 0.06 0.53 0.08
HSL 53.76º 0.76% 0.68% -
HSV(B) 53.76º 0.53% 0.92% -
XYZ 63.2 71.03 25.13 -
YUV 213.12 69.81 143.61 -
System Red Green Blue C M Y K H S L
Decimal 235 222 110 0 0.06 0.53 0.08 53.76 0.76 0.68
Hex EB DE 6E 0 6 35 8 36 4C 44
Octal 353 336 156 0 6 65 10 66 114 104
Binary 11101011 11011110 1101110 0 110 110101 1000 110110 1001100 1000100

Color Harmonies of #EBDE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDE6E

Black with #EBDE6E

Text Example


Text Example

White with #EBDE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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