Html Css Color HEX #E7DB75 Wild Rice

📋 copy color: '#E7DB75'

red 231 ◦ green 219 ◦ blue 117

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

Shades of Wild Rice #E7DB75

Tints of Wild Rice #E7DB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.62%

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

R = 40.74%
G = 38.62%
B = 20.63%

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

#E7DB75 (or 0xE7DB75) is known color: Wild Rice. HEX triplet: E7, DB and 75. RGB value is (231,219,117). Sum of RGB (Red+Green+Blue) = 231+219+117=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB75 is #18248A. Grayscale: #D3D3D3. Windows color (decimal): -1582219 or 7724007. OLE color: 7724007.

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

Color convert

RGB 231 219 117 -
CMYK 0 0.05 0.49 0.09
HSL 53.68º 0.7% 0.68% -
HSV(B) 53.68º 0.49% 0.91% -
XYZ 61.5 68.94 26.89 -
YUV 210.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 231 219 117 0 0.05 0.49 0.09 53.68 0.7 0.68
Hex E7 DB 75 0 5 31 9 36 46 44
Octal 347 333 165 0 5 61 11 66 106 104
Binary 11100111 11011011 1110101 0 101 110001 1001 110110 1000110 1000100

Color Harmonies of #E7DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DB75

Black with #E7DB75

Text Example


Text Example

White with #E7DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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