Html Css Color HEX #EBDC6B Wild Rice

📋 copy color: '#EBDC6B'

red 235 ◦ green 220 ◦ blue 107

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

Shades of Wild Rice #EBDC6B

Tints of Wild Rice #EBDC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.04%

R = 41.81%
G = 39.15%
B = 19.04%

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

#EBDC6B (or 0xEBDC6B) is known color: Wild Rice. HEX triplet: EB, DC and 6B. RGB value is (235,220,107). Sum of RGB (Red+Green+Blue) = 235+220+107=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC6B is #142394. Grayscale: #D4D4D4. Windows color (decimal): -1319829 or 7068907. OLE color: 7068907.

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

Color convert

RGB 235 220 107 -
CMYK 0 0.06 0.54 0.08
HSL 52.97º 0.76% 0.67% -
HSV(B) 52.97º 0.54% 0.92% -
XYZ 62.51 69.91 24.11 -
YUV 211.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 235 220 107 0 0.06 0.54 0.08 52.97 0.76 0.67
Hex EB DC 6B 0 6 36 8 35 4C 43
Octal 353 334 153 0 6 66 10 65 114 103
Binary 11101011 11011100 1101011 0 110 110110 1000 110101 1001100 1000011

Color Harmonies of #EBDC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC6B

Black with #EBDC6B

Text Example


Text Example

White with #EBDC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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