Html Css Color HEX #E2CE6E Wild Rice

📋 copy color: '#E2CE6E'

red 226 ◦ green 206 ◦ blue 110

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

Shades of Wild Rice #E2CE6E

Tints of Wild Rice #E2CE6E

RGB

 RED value IS 226 (88.67% from 255) = 41.7%

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

 BLUE value IS 110 (43.36% from 255) = 20.3%

R = 41.7%
G = 38.01%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2CE6E (or 0xE2CE6E) is known color: Wild Rice. HEX triplet: E2, CE and 6E. RGB value is (226,206,110). Sum of RGB (Red+Green+Blue) = 226+206+110=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE6E is #1D3191. Grayscale: #C9C9C9. Windows color (decimal): -1913234 or 7261922. OLE color: 7261922.

HSL color Cylindrical-coordinate representation of color #E2CE6E: hue angle of 49.66º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2CE6E is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 206 110 -
CMYK 0 0.09 0.51 0.11
HSL 49.66º 0.67% 0.66% -
HSV(B) 49.66º 0.51% 0.89% -
XYZ 56.25 61.44 23.65 -
YUV 201.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 226 206 110 0 0.09 0.51 0.11 49.66 0.67 0.66
Hex E2 CE 6E 0 9 33 B 32 43 42
Octal 342 316 156 0 11 63 13 62 103 102
Binary 11100010 11001110 1101110 0 1001 110011 1011 110010 1000011 1000010

Color Harmonies of #E2CE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CE6E

Black with #E2CE6E

Text Example


Text Example

White with #E2CE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CE6E; }

 p { color: rgb(226,206,110); }

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

background-color css

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

 a { background-color: rgb(226,206,110); }

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

border-color css

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

 span { border-color: rgb(226,206,110); }

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