Html Css Color HEX #E7DB6C Wild Rice

📋 copy color: '#E7DB6C'

red 231 ◦ green 219 ◦ blue 108

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

Shades of Wild Rice #E7DB6C

Tints of Wild Rice #E7DB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.35%

R = 41.4%
G = 39.25%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7DB6C (or 0xE7DB6C) is known color: Wild Rice. HEX triplet: E7, DB and 6C. RGB value is (231,219,108). Sum of RGB (Red+Green+Blue) = 231+219+108=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB6C is #182493. Grayscale: #D2D2D2. Windows color (decimal): -1582228 or 7134183. OLE color: 7134183.

HSL color Cylindrical-coordinate representation of color #E7DB6C: hue angle of 54.15º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7DB6C is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 219 108 -
CMYK 0 0.05 0.53 0.09
HSL 54.15º 0.72% 0.66% -
HSV(B) 54.15º 0.53% 0.91% -
XYZ 60.99 68.73 24.24 -
YUV 209.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 231 219 108 0 0.05 0.53 0.09 54.15 0.72 0.66
Hex E7 DB 6C 0 5 35 9 36 48 42
Octal 347 333 154 0 5 65 11 66 110 102
Binary 11100111 11011011 1101100 0 101 110101 1001 110110 1001000 1000010

Color Harmonies of #E7DB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DB6C

Black with #E7DB6C

Text Example


Text Example

White with #E7DB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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