Html Css Color HEX #E6DA75 Wild Rice

📋 copy color: '#E6DA75'

red 230 ◦ green 218 ◦ blue 117

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

Shades of Wild Rice #E6DA75

Tints of Wild Rice #E6DA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.71%

R = 40.71%
G = 38.58%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E6DA75 (or 0xE6DA75) is known color: Wild Rice. HEX triplet: E6, DA and 75. RGB value is (230,218,117). Sum of RGB (Red+Green+Blue) = 230+218+117=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DA75 is #19258A. Grayscale: #D2D2D2. Windows color (decimal): -1648011 or 7723750. OLE color: 7723750.

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

Color convert

RGB 230 218 117 -
CMYK 0 0.05 0.49 0.10
HSL 53.63º 0.69% 0.68% -
HSV(B) 53.63º 0.49% 0.9% -
XYZ 60.92 68.25 26.79 -
YUV 210.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 230 218 117 0 0.05 0.49 0.10 53.63 0.69 0.68
Hex E6 DA 75 0 5 31 A 36 45 44
Octal 346 332 165 0 5 61 12 66 105 104
Binary 11100110 11011010 1110101 0 101 110001 1010 110110 1000101 1000100

Color Harmonies of #E6DA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA75

Black with #E6DA75

Text Example


Text Example

White with #E6DA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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