Html Css Color HEX #E0D67F Wild Rice

📋 copy color: '#E0D67F'

red 224 ◦ green 214 ◦ blue 127

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

Shades of Wild Rice #E0D67F

Tints of Wild Rice #E0D67F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.88%

 BLUE value IS 127 (50% from 255) = 22.48%

R = 39.65%
G = 37.88%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0D67F (or 0xE0D67F) is known color: Wild Rice. HEX triplet: E0, D6 and 7F. RGB value is (224,214,127). Sum of RGB (Red+Green+Blue) = 224+214+127=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D67F is #1F2980. Grayscale: #CFCFCF. Windows color (decimal): -2042241 or 8378080. OLE color: 8378080.

HSL color Cylindrical-coordinate representation of color #E0D67F: hue angle of 53.81º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0D67F is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 214 127 -
CMYK 0 0.04 0.43 0.12
HSL 53.81º 0.61% 0.69% -
HSV(B) 53.81º 0.43% 0.88% -
XYZ 58.62 65.47 29.63 -
YUV 207.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 224 214 127 0 0.04 0.43 0.12 53.81 0.61 0.69
Hex E0 D6 7F 0 4 2B C 36 3D 45
Octal 340 326 177 0 4 53 14 66 75 105
Binary 11100000 11010110 1111111 0 100 101011 1100 110110 111101 1000101

Color Harmonies of #E0D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D67F

Black with #E0D67F

Text Example


Text Example

White with #E0D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D67F; }

 p { color: rgb(224,214,127); }

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

background-color css

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

 a { background-color: rgb(224,214,127); }

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

border-color css

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

 span { border-color: rgb(224,214,127); }

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