Html Css Color HEX #EBDB6E Wild Rice

📋 copy color: '#EBDB6E'

red 235 ◦ green 219 ◦ blue 110

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

Shades of Wild Rice #EBDB6E

Tints of Wild Rice #EBDB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.83%

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

R = 41.67%
G = 38.83%
B = 19.5%

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

#EBDB6E (or 0xEBDB6E) is known color: Wild Rice. HEX triplet: EB, DB and 6E. RGB value is (235,219,110). Sum of RGB (Red+Green+Blue) = 235+219+110=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB6E is #142491. Grayscale: #D3D3D3. Windows color (decimal): -1320082 or 7265259. OLE color: 7265259.

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

Color convert

RGB 235 219 110 -
CMYK 0 0.07 0.53 0.08
HSL 52.32º 0.76% 0.68% -
HSV(B) 52.32º 0.53% 0.92% -
XYZ 62.41 69.45 24.87 -
YUV 211.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 235 219 110 0 0.07 0.53 0.08 52.32 0.76 0.68
Hex EB DB 6E 0 7 35 8 34 4C 44
Octal 353 333 156 0 7 65 10 64 114 104
Binary 11101011 11011011 1101110 0 111 110101 1000 110100 1001100 1000100

Color Harmonies of #EBDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB6E

Black with #EBDB6E

Text Example


Text Example

White with #EBDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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