Html Css Color HEX #EBDA6E Wild Rice

📋 copy color: '#EBDA6E'

red 235 ◦ green 218 ◦ blue 110

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

Shades of Wild Rice #EBDA6E

Tints of Wild Rice #EBDA6E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.72%

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

R = 41.74%
G = 38.72%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBDA6E (or 0xEBDA6E) is known color: Wild Rice. HEX triplet: EB, DA and 6E. RGB value is (235,218,110). Sum of RGB (Red+Green+Blue) = 235+218+110=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA6E is #142591. Grayscale: #D3D3D3. Windows color (decimal): -1320338 or 7265003. OLE color: 7265003.

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

Color convert

RGB 235 218 110 -
CMYK 0 0.07 0.53 0.08
HSL 51.84º 0.76% 0.68% -
HSV(B) 51.84º 0.53% 0.92% -
XYZ 62.15 68.93 24.78 -
YUV 210.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 235 218 110 0 0.07 0.53 0.08 51.84 0.76 0.68
Hex EB DA 6E 0 7 35 8 34 4C 44
Octal 353 332 156 0 7 65 10 64 114 104
Binary 11101011 11011010 1101110 0 111 110101 1000 110100 1001100 1000100

Color Harmonies of #EBDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA6E

Black with #EBDA6E

Text Example


Text Example

White with #EBDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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