Html Css Color HEX #EBDC6D Wild Rice

📋 copy color: '#EBDC6D'

red 235 ◦ green 220 ◦ blue 109

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

Shades of Wild Rice #EBDC6D

Tints of Wild Rice #EBDC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.01%

 BLUE value IS 109 (42.97% from 255) = 19.33%

R = 41.67%
G = 39.01%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBDC6D (or 0xEBDC6D) is known color: Wild Rice. HEX triplet: EB, DC and 6D. RGB value is (235,220,109). Sum of RGB (Red+Green+Blue) = 235+220+109=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC6D is #142392. Grayscale: #D4D4D4. Windows color (decimal): -1319827 or 7199979. OLE color: 7199979.

HSL color Cylindrical-coordinate representation of color #EBDC6D: hue angle of 52.86º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBDC6D is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 109 -
CMYK 0 0.06 0.54 0.08
HSL 52.86º 0.76% 0.67% -
HSV(B) 52.86º 0.54% 0.92% -
XYZ 62.61 69.95 24.67 -
YUV 211.83 69.97 144.53 -
System Red Green Blue C M Y K H S L
Decimal 235 220 109 0 0.06 0.54 0.08 52.86 0.76 0.67
Hex EB DC 6D 0 6 36 8 35 4C 43
Octal 353 334 155 0 6 66 10 65 114 103
Binary 11101011 11011100 1101101 0 110 110110 1000 110101 1001100 1000011

Color Harmonies of #EBDC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC6D

Black with #EBDC6D

Text Example


Text Example

White with #EBDC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC6D; }

 p { color: rgb(235,220,109); }

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

background-color css

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

 a { background-color: rgb(235,220,109); }

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

border-color css

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

 span { border-color: rgb(235,220,109); }

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