Html Css Color HEX #E7DD75 Wild Rice

📋 copy color: '#E7DD75'

red 231 ◦ green 221 ◦ blue 117

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

Shades of Wild Rice #E7DD75

Tints of Wild Rice #E7DD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.84%

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

R = 40.6%
G = 38.84%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7DD75 (or 0xE7DD75) is known color: Wild Rice. HEX triplet: E7, DD and 75. RGB value is (231,221,117). Sum of RGB (Red+Green+Blue) = 231+221+117=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD75 is #18228A. Grayscale: #D4D4D4. Windows color (decimal): -1581707 or 7724519. OLE color: 7724519.

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

Color convert

RGB 231 221 117 -
CMYK 0 0.04 0.49 0.09
HSL 54.74º 0.7% 0.68% -
HSV(B) 54.74º 0.49% 0.91% -
XYZ 62.02 69.99 27.07 -
YUV 212.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 231 221 117 0 0.04 0.49 0.09 54.74 0.7 0.68
Hex E7 DD 75 0 4 31 9 37 46 44
Octal 347 335 165 0 4 61 11 67 106 104
Binary 11100111 11011101 1110101 0 100 110001 1001 110111 1000110 1000100

Color Harmonies of #E7DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DD75

Black with #E7DD75

Text Example


Text Example

White with #E7DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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