Html Css Color HEX #EBDF6E Wild Rice

📋 copy color: '#EBDF6E'

red 235 ◦ green 223 ◦ blue 110

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

Shades of Wild Rice #EBDF6E

Tints of Wild Rice #EBDF6E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.26%

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

R = 41.37%
G = 39.26%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBDF6E (or 0xEBDF6E) is known color: Wild Rice. HEX triplet: EB, DF and 6E. RGB value is (235,223,110). Sum of RGB (Red+Green+Blue) = 235+223+110=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF6E is #142091. Grayscale: #D6D6D6. Windows color (decimal): -1319058 or 7266283. OLE color: 7266283.

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

Color convert

RGB 235 223 110 -
CMYK 0 0.05 0.53 0.08
HSL 54.24º 0.76% 0.68% -
HSV(B) 54.24º 0.53% 0.92% -
XYZ 63.46 71.56 25.22 -
YUV 213.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 235 223 110 0 0.05 0.53 0.08 54.24 0.76 0.68
Hex EB DF 6E 0 5 35 8 36 4C 44
Octal 353 337 156 0 5 65 10 66 114 104
Binary 11101011 11011111 1101110 0 101 110101 1000 110110 1001100 1000100

Color Harmonies of #EBDF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF6E

Black with #EBDF6E

Text Example


Text Example

White with #EBDF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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