Html Css Color HEX #E2CE75 Wild Rice

📋 copy color: '#E2CE75'

red 226 ◦ green 206 ◦ blue 117

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

Shades of Wild Rice #E2CE75

Tints of Wild Rice #E2CE75

RGB

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

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

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

R = 41.17%
G = 37.52%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E2CE75 (or 0xE2CE75) is known color: Wild Rice. HEX triplet: E2, CE and 75. RGB value is (226,206,117). Sum of RGB (Red+Green+Blue) = 226+206+117=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE75 is #1D318A. Grayscale: #CACACA. Windows color (decimal): -1913227 or 7720674. OLE color: 7720674.

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

Color convert

RGB 226 206 117 -
CMYK 0 0.09 0.48 0.11
HSL 48.99º 0.65% 0.67% -
HSV(B) 48.99º 0.48% 0.89% -
XYZ 56.65 61.6 25.73 -
YUV 201.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 226 206 117 0 0.09 0.48 0.11 48.99 0.65 0.67
Hex E2 CE 75 0 9 30 B 31 41 43
Octal 342 316 165 0 11 60 13 61 101 103
Binary 11100010 11001110 1110101 0 1001 110000 1011 110001 1000001 1000011

Color Harmonies of #E2CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CE75

Black with #E2CE75

Text Example


Text Example

White with #E2CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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