Html Css Color HEX #E0CF6C Wild Rice

📋 copy color: '#E0CF6C'

red 224 ◦ green 207 ◦ blue 108

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

Shades of Wild Rice #E0CF6C

Tints of Wild Rice #E0CF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.04%

R = 41.56%
G = 38.4%
B = 20.04%

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

#E0CF6C (or 0xE0CF6C) is known color: Wild Rice. HEX triplet: E0, CF and 6C. RGB value is (224,207,108). Sum of RGB (Red+Green+Blue) = 224+207+108=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF6C is #1F3093. Grayscale: #C9C9C9. Windows color (decimal): -2044052 or 7131104. OLE color: 7131104.

HSL color Cylindrical-coordinate representation of color #E0CF6C: hue angle of 51.21º degrees, saturation: 0.65, 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 #E0CF6C is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 207 108 -
CMYK 0 0.08 0.52 0.12
HSL 51.21º 0.65% 0.65% -
HSV(B) 51.21º 0.52% 0.88% -
XYZ 55.76 61.56 23.13 -
YUV 200.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 224 207 108 0 0.08 0.52 0.12 51.21 0.65 0.65
Hex E0 CF 6C 0 8 34 C 33 41 41
Octal 340 317 154 0 10 64 14 63 101 101
Binary 11100000 11001111 1101100 0 1000 110100 1100 110011 1000001 1000001

Color Harmonies of #E0CF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CF6C

Black with #E0CF6C

Text Example


Text Example

White with #E0CF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CF6C; }

 p { color: rgb(224,207,108); }

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

background-color css

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

 a { background-color: rgb(224,207,108); }

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

border-color css

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

 span { border-color: rgb(224,207,108); }

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