Html Css Color HEX #E6DA68 Wild Rice

📋 copy color: '#E6DA68'

red 230 ◦ green 218 ◦ blue 104

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

Shades of Wild Rice #E6DA68

Tints of Wild Rice #E6DA68

RGB

 RED value IS 230 (90.23% from 255) = 41.67%

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

 BLUE value IS 104 (41.02% from 255) = 18.84%

R = 41.67%
G = 39.49%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E6DA68 (or 0xE6DA68) is known color: Wild Rice. HEX triplet: E6, DA and 68. RGB value is (230,218,104). Sum of RGB (Red+Green+Blue) = 230+218+104=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA68 is #192597. Grayscale: #D1D1D1. Windows color (decimal): -1648024 or 6871782. OLE color: 6871782.

HSL color Cylindrical-coordinate representation of color #E6DA68: hue angle of 54.29º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6DA68 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 218 104 -
CMYK 0 0.05 0.55 0.10
HSL 54.29º 0.72% 0.65% -
HSV(B) 54.29º 0.55% 0.9% -
XYZ 60.2 67.97 23.04 -
YUV 208.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 230 218 104 0 0.05 0.55 0.10 54.29 0.72 0.65
Hex E6 DA 68 0 5 37 A 36 48 41
Octal 346 332 150 0 5 67 12 66 110 101
Binary 11100110 11011010 1101000 0 101 110111 1010 110110 1001000 1000001

Color Harmonies of #E6DA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA68

Black with #E6DA68

Text Example


Text Example

White with #E6DA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA68; }

 p { color: rgb(230,218,104); }

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

background-color css

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

 a { background-color: rgb(230,218,104); }

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

border-color css

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

 span { border-color: rgb(230,218,104); }

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