Html Css Color HEX #E1CF6F Wild Rice

📋 copy color: '#E1CF6F'

red 225 ◦ green 207 ◦ blue 111

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

Shades of Wild Rice #E1CF6F

Tints of Wild Rice #E1CF6F

RGB

 RED value IS 225 (88.28% from 255) = 41.44%

 GREEN value IS 207 (81.25% from 255) = 38.12%

 BLUE value IS 111 (43.75% from 255) = 20.44%

R = 41.44%
G = 38.12%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1CF6F (or 0xE1CF6F) is known color: Wild Rice. HEX triplet: E1, CF and 6F. RGB value is (225,207,111). Sum of RGB (Red+Green+Blue) = 225+207+111=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF6F is #1E3090. Grayscale: #C9C9C9. Windows color (decimal): -1978513 or 7327713. OLE color: 7327713.

HSL color Cylindrical-coordinate representation of color #E1CF6F: hue angle of 50.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1CF6F is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 207 111 -
CMYK 0 0.08 0.51 0.12
HSL 50.53º 0.66% 0.66% -
HSV(B) 50.53º 0.51% 0.88% -
XYZ 56.23 61.78 24 -
YUV 201.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 225 207 111 0 0.08 0.51 0.12 50.53 0.66 0.66
Hex E1 CF 6F 0 8 33 C 33 42 42
Octal 341 317 157 0 10 63 14 63 102 102
Binary 11100001 11001111 1101111 0 1000 110011 1100 110011 1000010 1000010

Color Harmonies of #E1CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF6F

Black with #E1CF6F

Text Example


Text Example

White with #E1CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF6F; }

 p { color: rgb(225,207,111); }

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

background-color css

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

 a { background-color: rgb(225,207,111); }

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

border-color css

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

 span { border-color: rgb(225,207,111); }

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