Html Css Color HEX #E6DB7A Wild Rice

📋 copy color: '#E6DB7A'

red 230 ◦ green 219 ◦ blue 122

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

Shades of Wild Rice #E6DB7A

Tints of Wild Rice #E6DB7A

RGB

 RED value IS 230 (90.23% from 255) = 40.28%

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

 BLUE value IS 122 (48.05% from 255) = 21.37%

R = 40.28%
G = 38.35%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6DB7A (or 0xE6DB7A) is known color: Wild Rice. HEX triplet: E6, DB and 7A. RGB value is (230,219,122). Sum of RGB (Red+Green+Blue) = 230+219+122=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DB7A is #192485. Grayscale: #D3D3D3. Windows color (decimal): -1647750 or 8051686. OLE color: 8051686.

HSL color Cylindrical-coordinate representation of color #E6DB7A: hue angle of 53.89º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6DB7A is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 219 122 -
CMYK 0 0.05 0.47 0.10
HSL 53.89º 0.68% 0.69% -
HSV(B) 53.89º 0.47% 0.9% -
XYZ 61.48 68.89 28.47 -
YUV 211.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 230 219 122 0 0.05 0.47 0.10 53.89 0.68 0.69
Hex E6 DB 7A 0 5 2F A 36 44 45
Octal 346 333 172 0 5 57 12 66 104 105
Binary 11100110 11011011 1111010 0 101 101111 1010 110110 1000100 1000101

Color Harmonies of #E6DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DB7A

Black with #E6DB7A

Text Example


Text Example

White with #E6DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DB7A; }

 p { color: rgb(230,219,122); }

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

background-color css

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

 a { background-color: rgb(230,219,122); }

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

border-color css

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

 span { border-color: rgb(230,219,122); }

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