Html Css Color HEX #E6CE73 Wild Rice

📋 copy color: '#E6CE73'

red 230 ◦ green 206 ◦ blue 115

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

Shades of Wild Rice #E6CE73

Tints of Wild Rice #E6CE73

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

 BLUE value IS 115 (45.31% from 255) = 20.87%

R = 41.74%
G = 37.39%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E6CE73 (or 0xE6CE73) is known color: Wild Rice. HEX triplet: E6, CE and 73. RGB value is (230,206,115). Sum of RGB (Red+Green+Blue) = 230+206+115=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CE73 is #19318C. Grayscale: #CBCBCB. Windows color (decimal): -1651085 or 7589606. OLE color: 7589606.

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

Color convert

RGB 230 206 115 -
CMYK 0 0.10 0.5 0.10
HSL 47.48º 0.7% 0.68% -
HSV(B) 47.48º 0.5% 0.9% -
XYZ 57.8 62.2 25.18 -
YUV 202.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 230 206 115 0 0.10 0.5 0.10 47.48 0.7 0.68
Hex E6 CE 73 0 A 32 A 2F 46 44
Octal 346 316 163 0 12 62 12 57 106 104
Binary 11100110 11001110 1110011 0 1010 110010 1010 101111 1000110 1000100

Color Harmonies of #E6CE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CE73

Black with #E6CE73

Text Example


Text Example

White with #E6CE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CE73; }

 p { color: rgb(230,206,115); }

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

background-color css

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

 a { background-color: rgb(230,206,115); }

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

border-color css

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

 span { border-color: rgb(230,206,115); }

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