Html Css Color HEX #EBDA6C Wild Rice

📋 copy color: '#EBDA6C'

red 235 ◦ green 218 ◦ blue 108

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

Shades of Wild Rice #EBDA6C

Tints of Wild Rice #EBDA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.25%

R = 41.89%
G = 38.86%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBDA6C (or 0xEBDA6C) is known color: Wild Rice. HEX triplet: EB, DA and 6C. RGB value is (235,218,108). Sum of RGB (Red+Green+Blue) = 235+218+108=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA6C is #142593. Grayscale: #D3D3D3. Windows color (decimal): -1320340 or 7133931. OLE color: 7133931.

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

Color convert

RGB 235 218 108 -
CMYK 0 0.07 0.54 0.08
HSL 51.97º 0.76% 0.67% -
HSV(B) 51.97º 0.54% 0.92% -
XYZ 62.04 68.89 24.21 -
YUV 210.54 70.13 145.44 -
System Red Green Blue C M Y K H S L
Decimal 235 218 108 0 0.07 0.54 0.08 51.97 0.76 0.67
Hex EB DA 6C 0 7 36 8 34 4C 43
Octal 353 332 154 0 7 66 10 64 114 103
Binary 11101011 11011010 1101100 0 111 110110 1000 110100 1001100 1000011

Color Harmonies of #EBDA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA6C

Black with #EBDA6C

Text Example


Text Example

White with #EBDA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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