Html Css Color HEX #E1CF6B Wild Rice

📋 copy color: '#E1CF6B'

red 225 ◦ green 207 ◦ blue 107

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

Shades of Wild Rice #E1CF6B

Tints of Wild Rice #E1CF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.85%

R = 41.74%
G = 38.4%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1CF6B (or 0xE1CF6B) is known color: Wild Rice. HEX triplet: E1, CF and 6B. RGB value is (225,207,107). Sum of RGB (Red+Green+Blue) = 225+207+107=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF6B is #1E3094. Grayscale: #C9C9C9. Windows color (decimal): -1978517 or 7065569. OLE color: 7065569.

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

Color convert

RGB 225 207 107 -
CMYK 0 0.08 0.52 0.12
HSL 50.85º 0.66% 0.65% -
HSV(B) 50.85º 0.52% 0.88% -
XYZ 56.02 61.69 22.87 -
YUV 200.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 225 207 107 0 0.08 0.52 0.12 50.85 0.66 0.65
Hex E1 CF 6B 0 8 34 C 33 42 41
Octal 341 317 153 0 10 64 14 63 102 101
Binary 11100001 11001111 1101011 0 1000 110100 1100 110011 1000010 1000001

Color Harmonies of #E1CF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF6B

Black with #E1CF6B

Text Example


Text Example

White with #E1CF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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