Html Css Color HEX #E7CE75 Wild Rice

📋 copy color: '#E7CE75'

red 231 ◦ green 206 ◦ blue 117

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

Shades of Wild Rice #E7CE75

Tints of Wild Rice #E7CE75

RGB

 RED value IS 231 (90.63% from 255) = 41.7%

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

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

R = 41.7%
G = 37.18%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7CE75 (or 0xE7CE75) is known color: Wild Rice. HEX triplet: E7, CE and 75. RGB value is (231,206,117). Sum of RGB (Red+Green+Blue) = 231+206+117=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE75 is #18318A. Grayscale: #CBCBCB. Windows color (decimal): -1585547 or 7720679. OLE color: 7720679.

HSL color Cylindrical-coordinate representation of color #E7CE75: hue angle of 46.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7CE75 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 206 117 -
CMYK 0 0.11 0.49 0.09
HSL 46.84º 0.7% 0.68% -
HSV(B) 46.84º 0.49% 0.91% -
XYZ 58.24 62.42 25.81 -
YUV 203.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 231 206 117 0 0.11 0.49 0.09 46.84 0.7 0.68
Hex E7 CE 75 0 B 31 9 2F 46 44
Octal 347 316 165 0 13 61 11 57 106 104
Binary 11100111 11001110 1110101 0 1011 110001 1001 101111 1000110 1000100

Color Harmonies of #E7CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CE75

Black with #E7CE75

Text Example


Text Example

White with #E7CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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