Html Css Color HEX #E0D077 Wild Rice

📋 copy color: '#E0D077'

red 224 ◦ green 208 ◦ blue 119

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

Shades of Wild Rice #E0D077

Tints of Wild Rice #E0D077

RGB

 RED value IS 224 (87.89% from 255) = 40.65%

 GREEN value IS 208 (81.64% from 255) = 37.75%

 BLUE value IS 119 (46.88% from 255) = 21.6%

R = 40.65%
G = 37.75%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E0D077 (or 0xE0D077) is known color: Wild Rice. HEX triplet: E0, D0 and 77. RGB value is (224,208,119). Sum of RGB (Red+Green+Blue) = 224+208+119=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D077 is #1F2F88. Grayscale: #CBCBCB. Windows color (decimal): -2043785 or 7852256. OLE color: 7852256.

HSL color Cylindrical-coordinate representation of color #E0D077: hue angle of 50.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0D077 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 208 119 -
CMYK 0 0.07 0.47 0.12
HSL 50.86º 0.63% 0.67% -
HSV(B) 50.86º 0.47% 0.88% -
XYZ 56.63 62.29 26.49 -
YUV 202.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 224 208 119 0 0.07 0.47 0.12 50.86 0.63 0.67
Hex E0 D0 77 0 7 2F C 33 3F 43
Octal 340 320 167 0 7 57 14 63 77 103
Binary 11100000 11010000 1110111 0 111 101111 1100 110011 111111 1000011

Color Harmonies of #E0D077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D077

Black with #E0D077

Text Example


Text Example

White with #E0D077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D077; }

 p { color: rgb(224,208,119); }

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

background-color css

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

 a { background-color: rgb(224,208,119); }

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

border-color css

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

 span { border-color: rgb(224,208,119); }

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