Html Css Color HEX #E7DC75 Wild Rice

📋 copy color: '#E7DC75'

red 231 ◦ green 220 ◦ blue 117

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

Shades of Wild Rice #E7DC75

Tints of Wild Rice #E7DC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.73%

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

R = 40.67%
G = 38.73%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7DC75 (or 0xE7DC75) is known color: Wild Rice. HEX triplet: E7, DC and 75. RGB value is (231,220,117). Sum of RGB (Red+Green+Blue) = 231+220+117=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC75 is #18238A. Grayscale: #D3D3D3. Windows color (decimal): -1581963 or 7724263. OLE color: 7724263.

HSL color Cylindrical-coordinate representation of color #E7DC75: hue angle of 54.21º 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 #E7DC75 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 220 117 -
CMYK 0 0.05 0.49 0.09
HSL 54.21º 0.7% 0.68% -
HSV(B) 54.21º 0.49% 0.91% -
XYZ 61.76 69.46 26.98 -
YUV 211.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 231 220 117 0 0.05 0.49 0.09 54.21 0.7 0.68
Hex E7 DC 75 0 5 31 9 36 46 44
Octal 347 334 165 0 5 61 11 66 106 104
Binary 11100111 11011100 1110101 0 101 110001 1001 110110 1000110 1000100

Color Harmonies of #E7DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DC75

Black with #E7DC75

Text Example


Text Example

White with #E7DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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